Uri.Port Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property int Port { int get(); };
int Port();
public int Port { get; }
var int32 = uri.port;
Public ReadOnly Property Port As Integer
Property Value
Int32
int
The port number.
Remarks
This property reports the implicit defaults for schemes, such as 80 for http:.