다음을 통해 공유


ContextBindingElementExtensionElement.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

클라이언트 콜백 주소를 포함하는 Uri입니다.

특성

적용 대상