Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompositeDuplexBindingElement::ClientBaseAddress Property

 

Gets or sets the base address for the client.

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

public:
property Uri^ ClientBaseAddress {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

A Uri that contains the base address for the client.

This property provides an address at which the service can contact the client. A null value causes the system to automatically generate a client base address.

This is a base address, not an absolute address. A GUID is appended to the base address when generating client endpoints from this binding.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft