NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProxyData.PROXY_TUNNEL

Specifies that the proxy is a tunneling proxy.

[Visual Basic]
Public Const PROXY_TUNNEL As Integer
[C#]
public const int PROXY_TUNNEL;
[C++]
public: const int PROXY_TUNNEL;
[JScript]
public var PROXY_TUNNEL : int;

See Also

ProxyData Class | ProxyData Members | System.Net Namespace