Use SOCKS4A feature of requesting that the proxy should resolve host-names.

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

Syntax

C#
public bool UseClientNameResolution { get; set; }
Visual Basic
Public Property UseClientNameResolution As Boolean
	Get
	Set
Visual C++
public:
property bool UseClientNameResolution {
	bool get ();
	void set (bool value);
}

Remarks

The SOCKS4 protocol requires host-names to be resolved on the client-side. In some cases this is not feasible, so SOCKS4A introduced an extension which allowed name-resolution to be performed on the proxy instead. If this flag is set then the SOCKS4A extension will be employed thus preventing the attempt to resolve host-names on the client. The default is false.

See Also