HostString.Port Property

Definition

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.

Applies to