HostString.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.
Returns the value of the port part of the host, or null if none is found.
public:
property Nullable<int> Port { Nullable<int> get(); };
public int? Port { get; }
member this.Port : Nullable<int>
Public ReadOnly Property Port As Nullable(Of Integer)
Property Value
The port portion of the value.