WSDualHttpBindingElement.ClientBaseAddress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 URI,這個 URI 會指定用戶端在上面接聽以接收來自服務之回應訊息的基底位址 (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,指定用戶端在上面接聽以接收來自服務之回應訊息的基底位址。
- 屬性
備註
如果這個屬性具有值,便會使用這個位址 (再加上每個通道的 GUID) 來接聽。 否則,便會以傳輸特定的方式來產生用戶端基底位址。