The following tables list the members exposed by FtpReply.
Public Properties
| Name | Description |
| Lines | Gets the lines returned by the FTP server as a reply to a command. |
| Message | Gets the text following the last line of the full text returned by the FTP server without the reply code. |
| ReplyCode | Gets the reply code returned by the FTP server. |
| Type | Gets a value representing the type of reply received from the FTP server. |
Top
Public Methods
| Name | Description |
| ToString | Returns a string representing the reply received from the FTP server. |
Top
See Also