CompositeDuplexElement.ClientBaseAddress 屬性

定義

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

public:
 property Uri ^ ClientBaseAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=null)]
public Uri ClientBaseAddress { get; set; }
[<System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=null)>]
member this.ClientBaseAddress : Uri with get, set
Public Property ClientBaseAddress As Uri

屬性值

Uri

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

屬性

備註

服務會使用這個位址與用戶端接觸並建立連接。

適用於