Hevea documentation

FtpClientRequest Members

FtpClientRequest overview

Public Instance Properties

Command Gets the command sent by the client.
Data Gets the data sent by the user.
ExpectedCommand Gets the next command that the client is expected to send.
Location Gets / Sets the current user location.
ParameterLine Gets the command parameter line (all parameters).
Parameters Gets the command parameters sent by the client.
PreviousCommand Gets the previous command sent by the client (may be null).
SessionId Gets the request handler identifier
SessionParameters Gets the session parameters entered by the client.
UserCredential Gets the client credential or null if the user did not authenticate.
UserLogin Gets the user login or null if the user did not start the authentication.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FtpClientRequest Class | Hevea.Core.Ftp Namespace