NetTcpContextBindingElement::ClientCallbackAddress Property

.NET Framework (current version)
 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("clientCallbackAddress", DefaultValue = null)]
property Uri^ ClientCallbackAddress {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

Returns Uri, which contains the client callback address..

.NET Framework
Available since 4.0
Return to top
Show: