NetTcpContextBindingElement.ClientCallbackAddress Property

Definition

Gets or sets the client callback address for the binding element.

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

Property Value

Uri

Returns Uri, which contains the client callback address.

Attributes

Applies to