System.Net.FtpWebResponse Members

The members of System.Net.FtpWebResponse are listed below.

See Also: Inherited members from System.Net.WebResponse

Public Properties

[read-only]
BannerMessagestring.

Gets the message sent by the FTP server when a connection is established prior to logon.

[read-only]
override
ContentLengthlong.

Gets the length of the data received from the FTP server.

[read-only]
ExitMessagestring.

Gets the message sent by the server when the FTP session is ending.

[read-only]
override
HeadersWebHeaderCollection.

Gets an empty System.Net.WebHeaderCollection object.

[read-only]
LastModifiedDateTime.

Gets the date and time that a file on an FTP server was last modified.

[read-only]
override
ResponseUriUri.

Gets the URI that sent the response to the request.

[read-only]
StatusCodeFtpStatusCode.

Gets the most recent status code sent from the FTP server.

[read-only]
StatusDescriptionstring.

Gets text that describes a status code sent from the FTP server.

[read-only]
WelcomeMessagestring.

Gets the message sent by the FTP server when authentication is complete.

Public Methods

override
Close()

Frees the resources held by the response.

override
GetResponseStream() : System.IO.Stream

Retrieves the stream that contains response data sent from an FTP server.