This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
HttpUrl.Port
TCP/IP port of URL.
[Visual Basic]
Overridable Public ReadOnly Property Port As Integer
[C#]
public int Port {virtual get;}
[C++]
public: __property virtual int get_Port();
[JScript]
public function get Port() : int;