Uri.Port 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得統一資源識別項 (URI 的埠號碼元件,) 儲存在此 Uri 實例中
public:
property int Port { int get(); };
int Port();
public int Port { get; }
var int32 = uri.port;
Public ReadOnly Property Port As Integer
屬性值
連接埠號碼。
備註
此屬性會報告配置的隱含預設值,例如 HTTP:的 80。
適用於