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);
IProxyInfo Interface | IProxyInfo Members | System.Net Namespace