HostString.Port 属性

定义

返回主机的端口部分的值,如果未找到任何端口部分,则返回 null 。

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)

属性值

值的端口部分。

适用于