FtpWebResponse Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
Provides an FTP-specific implementation of the WebResponse class.
Syntax
public class FtpWebResponse : WebResponse, IDisposable, ISerializable
  Inherited Members
Remarks
The FtpWebResponse class contains support for the properties and methods included in WebResponse.
Properties
| Name | Description | 
|---|---|
| ContentLength | Gets the length of the content returned by the request.  | 
      
| ContentType | Gets the content type of the response.  | 
      
| Headers | Gets the headers associated with this response from the server.  | 
      
| ResponseUri | Gets the URI of the request.  | 
      
Methods
| Name | Description | 
|---|---|
| Close() | Closes the response stream.  | 
      
| GetResponseStream() | Gets the Stream used to read the body of the response from the server.  |