The FtpProxy type exposes the following members.

Constructors

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkClone
Creates a copy of the FtpProxy instance.
(Overrides Proxy..::..Clone()()()().)
Protected methodSupported by the .NET Compact FrameworkCreateClone
Creates the true type of the clone.
(Overrides Proxy..::..CreateClone()()()().)
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetProxy
Returns the proxied URI for a destination.
(Inherited from Proxy.)
Protected methodSupported by the .NET Compact FrameworkGetProxyAddress()()()()
Gets the proxy address.
(Overrides Proxy..::..GetProxyAddress()()()().)
Protected methodSupported by the .NET Compact FrameworkGetProxyAddress(String, Int32, String)
Gets the proxy address.
(Inherited from Proxy.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkIsBypassed(Uri)
Indicates whether to use the proxy server for the specified host.
(Inherited from Proxy.)
Public methodSupported by the .NET Compact FrameworkIsBypassed(String, Int32)
Indicates whether to use the proxy server for the specified FTP server.
(Overrides Proxy..::..IsBypassed(String, Int32).)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a string representation of this proxy.
(Overrides Proxy..::..ToString()()()().)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAuthenticationMethod
Gets or sets the proxy server authentication method.
Public propertySupported by the .NET Compact FrameworkBypassProxyOnLocal
Gets or sets a value indicating whether to bypass the proxy server for local addresses.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkCredentials
Gets or sets the credentials to submit to the proxy server for authentication. Password authentication is not supported by SOCKS4 and SOCKS4a.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkDomain
Gets or sets the domain to submit to the proxy server for authentication.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkEncoding
Gets or sets the Encoding to use to encode and decode requests and responses.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkHost
Gets or sets the hostname of the proxy server.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkHttpUserAgent
Gets or sets user agent to use for HTTP connect proxy.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkLocalPortRange
Gets or sets the local TCP port range to which to bind the connections.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the log writer used by this object.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkPassword
Gets or sets the password to submit to the proxy server for authentication. Password authentication is not supported by SOCKS4 and SOCKS4a.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkPort
Gets or sets the port of the proxy server.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkProxyType
Gets or sets the type of the proxy server.
Public propertySupported by the .NET Compact FrameworkSendRetryTimeout
Specifies how long (in milliseconds) to continue try sending data before giving up on slow networks. Setting it to 0 or -1 means that the same value as Timeout property will be used.
(Inherited from Proxy.)
Public propertySupported by the .NET Compact FrameworkUserName
Gets or sets the username to submit to the proxy server for authentication.
(Inherited from Proxy.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSupported by the .NET Compact FrameworkISocketFactory..::..CreateSocket (Inherited from Proxy.)

See Also