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

Gets or sets the port number for the proxy.

[Visual Basic]
Overridable Public Property Port As Integer
[C#]
public int Port {virtual get; virtual set;}
[C++]
public: __property virtual int get_Port();
public: __property virtual void set_Port(int);
[JScript]
public function get Port() : int;
public function set Port(int);

See Also

ProxyData Class | ProxyData Members | System.Net Namespace