FtpWebResponse Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BannerMessage | Gets the message sent by the FTP server when a connection is established prior to logon. |
![]() | ContentLength | Gets the length of the data received from the FTP server.(Overrides WebResponse::ContentLength.) |
![]() | ContentType | When overridden in a derived class, gets or sets the content type of the data being received.(Inherited from WebResponse.) |
![]() | ExitMessage | Gets the message sent by the server when the FTP session is ending. |
![]() | Headers | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an empty WebHeaderCollection object.(Overrides WebResponse::Headers.) |
![]() | IsFromCache | Gets a Boolean value that indicates whether this response was obtained from the cache.(Inherited from WebResponse.) |
![]() | IsMutuallyAuthenticated | Gets a Boolean value that indicates whether mutual authentication occurred.(Inherited from WebResponse.) |
![]() | LastModified | Gets the date and time that a file on an FTP server was last modified. |
![]() | ResponseUri | Gets the URI that sent the response to the request.(Overrides WebResponse::ResponseUri.) |
![]() | StatusCode | Gets the most recent status code sent from the FTP server. |
![]() | StatusDescription | Gets text that describes a status code sent from the FTP server. |
![]() | SupportsHeaders | Gets a value that indicates whether the Headers property is supported by the FtpWebResponse instance.(Overrides WebResponse::SupportsHeaders.) |
![]() | WelcomeMessage | Gets the message sent by the FTP server when authentication is complete. |
