EndpointPair.RemoteServiceName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 EndpointPair 物件的遠端服務名稱。
public:
property Platform::String ^ RemoteServiceName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteServiceName();
void RemoteServiceName(winrt::hstring value);
public string RemoteServiceName { get; set; }
var string = endpointPair.remoteServiceName;
endpointPair.remoteServiceName = string;
Public Property RemoteServiceName As String
屬性值
EndpointPair物件的遠端服務名稱。
備註
RemoteServiceName 屬性可以包含遠端網路目的地的服務名稱或 TCP 或 UDP 埠號碼。 必須先為 EndpointPair 物件的遠端端點提供遠端服務名稱,才能由用戶端應用程式建立網路連線。
RemoteServiceName 屬性可以設定為下列其中一項:
- TCP 或 UDP 埠號碼的數值常值, (用於 HTTP 的 TCP 埠 80,例如) 。
- 埠號碼 (「HTTP」 的字串別名,例如,) 符合本機電腦上的下列檔案中的字串: %WINDIR%\system32\drivers\etc\services
- 可使用 SRV 記錄的命名空間提供者解析的服務名稱。 將 RemoteServiceName 屬性設定為 null 時發生錯誤。