An NDoc Documented Class Library

SocksContext.PublicProxyAddress Property

Address that the proxy server presents to the "outside" network.

public string PublicProxyAddress {get; set;}

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

SocksContext Class | EnterpriseDT.Util.Socks Namespace