共用方式為


StreamSocketInformation.LocalPort 屬性

定義

取得與 StreamSocket相關聯的 TCP 埠號碼。

public:
 property Platform::String ^ LocalPort { Platform::String ^ get(); };
winrt::hstring LocalPort();
public string LocalPort { get; }
var string = streamSocketInformation.localPort;
Public ReadOnly Property LocalPort As String

屬性值

String

Platform::String

winrt::hstring

服務名稱的本機 TCP 通訊埠號碼。

Windows 需求

應用程式功能
ID_CAP_NETWORKING [Windows Phone]

備註

LocalPort 屬性代表 StreamSocket 物件在建立連接之後系結至的本機 TCP 通訊埠號碼。

應用程式可以呼叫StreamSocket上的ConnectAsync (EndpointPair) ConnectAsync (EndpointPair、SocketProtectionLevel) 方法,來設定要使用的本機服務名稱或 TCP 埠號碼。 連線作業會將通訊端系結至特定的本機 IP 位址和本機 UDP 埠號碼。 系結或連線作業完成之後,LocalPort 屬性會包含 IP 位址,而 LocalPort 屬性包含本機主機名稱和服務名稱解析的本機 TCP 通訊埠號碼。

如果本機服務名稱或 TCP 埠號碼傳遞至 ConnectAsync (EndpointPair) ConnectAsync (EndpointPair, SocketProtectionLevel) 方法是空字串或 ConnectAsync (HostName、String) ConnectAsync (HostName、String、SocketProtectionLevel) 方法,系統會決定要系結至 StreamSocket 物件的本機 TCP 埠號碼。

適用於

另請參閱