This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ProxyData.PROXY_SOCKS
Specifies that the proxy is a SOCKS server.
[Visual Basic]
Public Const PROXY_SOCKS As Integer
[C#]
public const int PROXY_SOCKS;
[C++]
public: const int PROXY_SOCKS;
[JScript]
public var PROXY_SOCKS : int;