Mono Class Library: Overview

System.Net.FtpWebRequest: Members

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

See Also: Inherited members from System.Net.WebRequest

Public Properties

ClientCertificatesSystem.Security.Cryptography.X509Certificates.X509CertificateCollection. Documentation for this section has not yet been entered.
override
ConnectionGroupNamestring. Documentation for this section has not yet been entered.
override
ContentLengthlong. Documentation for this section has not yet been entered.
ContentOffsetlong. Documentation for this section has not yet been entered.
override
ContentTypestring. Documentation for this section has not yet been entered.
override
CredentialsICredentials. Documentation for this section has not yet been entered.
static
DefaultCachePolicySystem.Net.Cache.RequestCachePolicy. Documentation for this section has not yet been entered.
EnableSslbool. Documentation for this section has not yet been entered.
override
HeadersWebHeaderCollection. Documentation for this section has not yet been entered.
KeepAlivebool. Documentation for this section has not yet been entered.
override
Methodstring. Documentation for this section has not yet been entered.
override
PreAuthenticatebool. Documentation for this section has not yet been entered.
override
ProxyIWebProxy. Documentation for this section has not yet been entered.
ReadWriteTimeoutint. Documentation for this section has not yet been entered.
RenameTostring. Documentation for this section has not yet been entered.
[read-only]
override
RequestUriUri. Documentation for this section has not yet been entered.
[read-only]
ServicePointServicePoint. Documentation for this section has not yet been entered.
override
Timeoutint. Documentation for this section has not yet been entered.
UseBinarybool. Documentation for this section has not yet been entered.
override
UseDefaultCredentialsbool. Documentation for this section has not yet been entered.
UsePassivebool. Documentation for this section has not yet been entered.

Public Methods

override
Abort()
Documentation for this section has not yet been entered.
override
BeginGetRequestStream(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
BeginGetResponse(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
EndGetRequestStream(IAsyncResult) : System.IO.Stream
Documentation for this section has not yet been entered.
override
EndGetResponse(IAsyncResult) : WebResponse
Documentation for this section has not yet been entered.
override
GetRequestStream() : System.IO.Stream
Documentation for this section has not yet been entered.
override
GetResponse() : WebResponse
Documentation for this section has not yet been entered.