edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ProxySettings Class

Holds all the settings required for connecting via a proxy.

Definition

Namespace: EnterpriseDT.Net.Proxy
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public class ProxySettings
Inheritance
Object    ProxySettings

Remarks

Settings for HTTP, SOCKS4, SOCKS4A and SOCKS5 are held in this class.

Constructors

ProxySettings Default constructor.
ProxySettings(String, Int32) Constructs a ProxySettings setting the proxy-address and the proxy-port.
ProxySettings(String, Int32, String, String) Constructs a ProxySettings setting the proxy-address and the proxy-port.

Properties

NullAuthenticationEnabled True if null authentication enabled for SOCKS5.
Password Password used to authenticate to the proxy.
PasswordAuthenticationEnabled True if password authentication enabled for SOCKS5.
ProxyAddress Address to be used to connect to the proxy.
ProxyPort Port to be used to connect to the proxy.
ProxyType Type of proxy being used.
PublicProxyAddress Address that the proxy server presents to the "outside" network.
UserName User name used to authenticate to the proxy.

Methods

Equals
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also