The members of System.Net.FtpWebRequest are listed below.
See Also: Inherited members from System.Net.WebRequest
ClientCertificates | System.Security.Cryptography.X509Certificates.X509CertificateCollection.
Gets or sets the certificates used for establishing an encrypted connection to the FTP server. | |
override | ConnectionGroupName | string.
Gets or sets the name of the connection group that contains the service point used to send the current request. |
override | ContentLength | long.
Gets or sets a value that is ignored by the System.Net.FtpWebRequest class. |
ContentOffset | long.
Gets or sets a byte offset into the file being downloaded by this request. | |
override | ContentType | string.
Always throws a NotSupportedException. |
override | Credentials | ICredentials.
Gets or sets the credentials used to communicate with the FTP server. |
static | DefaultCachePolicy | System.Net.Cache.RequestCachePolicy.
Defines the default cache policy for all FTP requests. |
EnableSsl | bool.
Gets or sets a bool that specifies that an SSL connection should be used. | |
override | Headers | WebHeaderCollection.
Gets an empty System.Net.WebHeaderCollection object. |
KeepAlive | bool.
Gets or sets a bool value that specifies whether the control connection to the FTP server is closed after the request completes. | |
override | Method | string.
Gets or sets the command to send to the FTP server. |
override | PreAuthenticate | bool.
Always throws a NotSupportedException. |
override | Proxy | IWebProxy.
Gets or sets the proxy used to communicate with the FTP server. |
ReadWriteTimeout | int.
Gets or sets a time-out when reading from or writing to a stream. | |
RenameTo | string.
Gets or sets the new name of a file being renamed. | |
[read-only] override | RequestUri | Uri.
Gets the URI requested by this instance. |
[read-only] | ServicePoint | ServicePoint.
Gets the System.Net.ServicePoint object used to connect to the FTP server. |
override | Timeout | int.
Gets or sets the number of milliseconds to wait for a request. |
UseBinary | bool.
Gets or sets a bool value that specifies the data type for file transfers. | |
override | UseDefaultCredentials | bool.
Always throws a NotSupportedException. |
UsePassive | bool.
Gets or sets the behavior of a client application's data transfer process. |
override | Abort()
| |
override | BeginGetRequestStream(AsyncCallback, object)
| |
override | BeginGetResponse(AsyncCallback, object)
| |
override | EndGetRequestStream(IAsyncResult)
| |
override | EndGetResponse(IAsyncResult)
| |
override | GetRequestStream()
| |
override | GetResponse()
|