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.Port

The port number of the proxy.

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

See Also

IProxyInfo Interface | IProxyInfo Members | System.Net Namespace