The FtpProxy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | FtpProxy()()()() |
Initializes an empty instance of the FtpProxy class.
|
![]() ![]() | FtpProxy(FtpProxyType, String, Int32) |
Initializes a new instance of the FtpProxy class with the specified type, hostname, and port.
|
![]() ![]() | FtpProxy(FtpProxyType, String, Int32, NetworkCredential) | Obsolete. |
![]() ![]() | FtpProxy(FtpProxyType, String, Int32, String) | Obsolete. |
![]() ![]() | FtpProxy(FtpProxyType, String, Int32, Boolean, NetworkCredential) | Obsolete. |
![]() ![]() | FtpProxy(FtpProxyType, FtpProxyAuthentication, String, Int32, Boolean, NetworkCredential) | Obsolete. |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Clone |
Creates a copy of the FtpProxy instance.
(Overrides Proxy..::..Clone()()()().) |
![]() ![]() | CreateClone |
Creates the true type of the clone.
(Overrides Proxy..::..CreateClone()()()().) |
![]() ![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | 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.) |
![]() ![]() | GetProxy |
Returns the proxied URI for a destination.
(Inherited from Proxy.) |
![]() ![]() | GetProxyAddress()()()() |
Gets the proxy address.
(Overrides Proxy..::..GetProxyAddress()()()().) |
![]() ![]() | GetProxyAddress(String, Int32, String) |
Gets the proxy address.
(Inherited from Proxy.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsBypassed(Uri) |
Indicates whether to use the proxy server for the specified host.
(Inherited from Proxy.) |
![]() ![]() | IsBypassed(String, Int32) |
Indicates whether to use the proxy server for the specified FTP server.
(Overrides Proxy..::..IsBypassed(String, Int32).) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString |
Returns a string representation of this proxy.
(Overrides Proxy..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | AuthenticationMethod |
Gets or sets the proxy server authentication method.
|
![]() ![]() | BypassProxyOnLocal |
Gets or sets a value indicating whether to bypass the proxy server for local addresses.
(Inherited from Proxy.) |
![]() ![]() | Credentials |
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.) |
![]() ![]() | Domain |
Gets or sets the domain to submit to the proxy server for authentication.
(Inherited from Proxy.) |
![]() ![]() | Encoding |
Gets or sets the Encoding to use to encode and decode requests and responses.
(Inherited from Proxy.) |
![]() ![]() | Host |
Gets or sets the hostname of the proxy server.
(Inherited from Proxy.) |
![]() ![]() | HttpUserAgent |
Gets or sets user agent to use for HTTP connect proxy.
(Inherited from Proxy.) |
![]() ![]() | LocalPortRange |
Gets or sets the local TCP port range to which to bind the connections.
(Inherited from Proxy.) |
![]() ![]() | LogWriter |
Gets or sets the log writer used by this object.
(Inherited from Proxy.) |
![]() ![]() | Password |
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.) |
![]() ![]() | Port |
Gets or sets the port of the proxy server.
(Inherited from Proxy.) |
![]() ![]() | ProxyType |
Gets or sets the type of the proxy server.
|
![]() ![]() | SendRetryTimeout |
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.) |
![]() ![]() | UserName |
Gets or sets the username to submit to the proxy server for authentication.
(Inherited from Proxy.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() ![]() | ISocketFactory..::..CreateSocket | (Inherited from Proxy.) |