FtpWebResponse Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
Provides an FTP-specific implementation of the Web
Syntax
public class FtpWebResponse : WebResponse, IDisposable, ISerializable
Inherited Members
Remarks
The Ftp
Properties
Name | Description |
---|---|
Content |
Gets the length of the content returned by the request. |
Content |
Gets the content type of the response. |
Headers | Gets the headers associated with this response from the server. |
Response |
Gets the URI of the request. |
Methods
Name | Description |
---|---|
Close() | Closes the response stream. |
Get |
Gets the Stream used to read the body of the response from the server. |