Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
FtpWebRequest Class

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
FtpWebRequest Properties

The FtpWebRequest type exposes the following members.

  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 propertyClientCertificates Gets the certificates used for establishing an encrypted connection to the FTP server.
Public propertyConnectionGroupName Gets 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 propertyContentOffset Gets or sets a byte offset into the file being downloaded by this request.
Public propertyContentTypeInfrastructure. Always throws a NotSupportedException. (Overrides WebRequest..::.ContentType.)
Public propertyCredentials Gets or sets the credentials used to communicate with the FTP server. (Overrides WebRequest..::.Credentials.)
Public propertyStatic memberDefaultCachePolicy Defines the default cache policy for all FTP requests.
Public propertyEnableSsl Gets 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 propertyKeepAlive Gets or sets a Boolean value that specifies whether the control connection to the FTP server is closed after the request completes.
Public propertyMethod Gets or sets the command to send to the FTP server. (Overrides WebRequest..::.Method.)
Public propertyPreAuthenticateInfrastructure. Always throws a NotSupportedException. (Overrides WebRequest..::.PreAuthenticate.)
Public propertyProxy Gets or sets the proxy used to communicate with the FTP server. (Overrides WebRequest..::.Proxy.)
Public propertyReadWriteTimeout Gets or sets a time-out when reading from or writing to a stream.
Public propertyRenameTo Gets or sets the new name of a file being renamed.
Public propertyRequestUri Gets the URI requested by this instance. (Overrides WebRequest..::.RequestUri.)
Public propertyServicePoint Gets the ServicePoint object used to connect to the FTP server.
Public propertyTimeout Gets or sets the number of milliseconds to wait for a request. (Overrides WebRequest..::.Timeout.)
Public propertyUseBinary Gets or sets a Boolean value that specifies the data type for file transfers.
Public propertyUseDefaultCredentialsInfrastructure. Always throws a NotSupportedException. (Overrides WebRequest..::.UseDefaultCredentials.)
Public propertyUsePassive Gets or sets the behavior of a client application's data transfer process.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker