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!

IProxyInfo.ProxyType

An integer that represents the type of proxy.

[Visual Basic]
Property ProxyType As Integer
[C#]
int ProxyType {get; set;}
[C++]
int get_ProxyType() = 0;void set_ProxyType(int) = 0;
[JScript]
abstract function get ProxyType() : int;
public abstract function set ProxyType(int);

See Also

IProxyInfo Interface | IProxyInfo Members | System.Net Namespace