CompositeDuplexBindingElement.ClientBaseAddress 屬性

定義

取得或設定用戶端的基底位址 (Base Address)。

public:
 property Uri ^ ClientBaseAddress { Uri ^ get(); void set(Uri ^ value); };
public Uri ClientBaseAddress { get; set; }
member this.ClientBaseAddress : Uri with get, set
Public Property ClientBaseAddress As Uri

屬性值

Uri

包含用戶端的基底位址的 Uri

備註

這個屬性會提供服務可在該處聯絡用戶端的位址。 null 值會導致系統自動產生用戶端基底位址。

這是基底位址,不是絕對位址。 當從這個繫結產生用戶端端點時,就會將 GUID 附加至基底位址。

適用於