.NET Framework Class Library
FtpWebRequest Properties

The FtpWebRequest type exposes the following members.

Properties

  NameDescription
Public propertyAuthenticationLevelGets or sets values indicating the level of authentication and impersonation used for this request. (Inherited from WebRequest.)
Public propertyCachePolicyGets or sets the cache policy for this request. (Inherited from WebRequest.)
Public propertyClientCertificatesGets the certificates used for establishing an encrypted connection to the FTP server.
Public propertyConnectionGroupNameGets or sets the name of the connection group that contains the service point used to send the current request. (Overrides WebRequest..::.ConnectionGroupName.)
Public propertyContentLengthInfrastructure. Gets or sets a value that is ignored by the FtpWebRequest class. (Overrides WebRequest..::.ContentLength.)
Public propertyContentOffsetGets or sets a byte offset into the file being downloaded by this request.
Public propertyContentTypeInfrastructure. Always throws a NotSupportedException. (Overrides WebRequest..::.ContentType.)
Public propertyCredentialsGets or sets the credentials used to communicate with the FTP server. (Overrides WebRequest..::.Credentials.)
Public propertyStatic memberDefaultCachePolicyDefines the default cache policy for all FTP requests.
Public propertyEnableSslGets or sets a Boolean that specifies that an SSL connection should be used.
Public propertyHeadersInfrastructure. Gets an empty WebHeaderCollection object. (Overrides WebRequest..::.Headers.)
Public propertyImpersonationLevelGets or sets the impersonation level for the current request. (Inherited from WebRequest.)
Public propertyKeepAliveGets or sets a Boolean value that specifies whether the control connection to the FTP server is closed after the request completes.
Public propertyMethodGets or sets the command to send to the FTP server. (Overrides WebRequest..::.Method.)
Public propertyPreAuthenticateInfrastructure. Always throws a NotSupportedException. (Overrides WebRequest..::.PreAuthenticate.)
Public propertyProxyGets or sets the proxy used to communicate with the FTP server. (Overrides WebRequest..::.Proxy.)
Public propertyReadWriteTimeoutGets or sets a time-out when reading from or writing to a stream.
Public propertyRenameToGets or sets the new name of a file being renamed.
Public propertyRequestUriGets the URI requested by this instance. (Overrides WebRequest..::.RequestUri.)
Public propertyServicePointGets the ServicePoint object used to connect to the FTP server.
Public propertyTimeoutGets or sets the number of milliseconds to wait for a request. (Overrides WebRequest..::.Timeout.)
Public propertyUseBinaryGets or sets a Boolean value that specifies the data type for file transfers.
Public propertyUseDefaultCredentialsInfrastructure. Always throws a NotSupportedException. (Overrides WebRequest..::.UseDefaultCredentials.)
Public propertyUsePassiveGets or sets the behavior of a client application's data transfer process.
Top
See Also

Reference

Tags :


Page view tracker