edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Address that the proxy server presents to the "outside" network.

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

Syntax

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

Remarks

This is the address that systems that are being connected to through the proxy will see.

SOCKS servers usually provide this address to the client as SOCKS connections to be made, so it's usually unnecessary to set this property. In some instances however, when the server does not provide this address it may be necessary to set this property.

See Also