Not applicable for HTTP. SOCKS proxies are not supported.

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
[ObsoleteAttribute("Use ProxySettings")]
public SocksContext SocksContext { get; set; }
Visual Basic
<ObsoleteAttribute("Use ProxySettings")> _
Public Property SocksContext As SocksContext
	Get
	Set
Visual C++
[ObsoleteAttribute(L"Use ProxySettings")]
public:
virtual property SocksContext^ SocksContext {
	SocksContext^ get () sealed;
	void set (SocksContext^ value) sealed;
}

Implements

IExFileTransferClient..::..SocksContext

See Also