The members of System.Net.FtpWebResponse are listed below.
See Also: Inherited members from System.Net.WebResponse
[read-only] | BannerMessage | string.
Gets the message sent by the FTP server when a connection is established prior to logon. |
[read-only] override | ContentLength | long.
Gets the length of the data received from the FTP server. |
[read-only] | ExitMessage | string.
Gets the message sent by the server when the FTP session is ending. |
[read-only] override | Headers | WebHeaderCollection.
Gets an empty System.Net.WebHeaderCollection object. |
[read-only] | LastModified | DateTime.
Gets the date and time that a file on an FTP server was last modified. |
[read-only] override | ResponseUri | Uri.
Gets the URI that sent the response to the request. |
[read-only] | StatusCode | FtpStatusCode.
Gets the most recent status code sent from the FTP server. |
[read-only] | StatusDescription | string.
Gets text that describes a status code sent from the FTP server. |
[read-only] | WelcomeMessage | string.
Gets the message sent by the FTP server when authentication is complete. |
override | Close()
| |
override | GetResponseStream()
|