FtpReply Members

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The FtpReply type exposes the following members.

Methods

  Name Description
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties

  Name Description
Public property Code
The status code of the response
Public property ErrorMessage
Gets the error message including any informational output that was sent by the server. Sometimes the final response line doesn't contain anything informative as to what was going on with the server. Instead it may send information messages so in an effort to give as meaningful as a response as possible the informational messages will be included in the error.
Public property InfoMessages
Informational messages sent from the server
Public property Message
The message, if any, that the server sent with the response
Public property Success
General success or failure of the last command executed
Public property Type
The type of response received from the last command executed

See Also