edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Address to be used to connect to the proxy.

Namespace: EnterpriseDT.Util.Socks
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public IPAddress ProxyAddress { get; set; }
Visual Basic
Public Property ProxyAddress As IPAddress
	Get
	Set
Visual C++
public:
property IPAddress^ ProxyAddress {
	IPAddress^ get ();
	void set (IPAddress^ value);
}

Remarks

Proxies often have more than one address. This address should be the one that the client must use to connect to it.

See Also