CompositeDuplexBindingElement.ClientBaseAddress Property

Definition

Gets or sets the base address for the client.

C#
public Uri ClientBaseAddress { get; set; }

Property Value

Uri

A Uri that contains the base address for the client.

Remarks

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.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1