WSHttpContextBindingElement.ClientCallbackAddress 属性

定义

获取或设置绑定元素的客户端回调地址。

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

属性值

Uri

绑定元素的客户端回调地址。

属性

适用于