WSDualHttpBindingElement.ClientBaseAddress Property

Definition

Gets or sets a URI that specifies the base address the client listens to for response messages from the service.

public:
 property Uri ^ ClientBaseAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=null)]
public Uri ClientBaseAddress { get; set; }
[<System.Configuration.ConfigurationProperty("clientBaseAddress", DefaultValue=null)>]
member this.ClientBaseAddress : Uri with get, set
Public Property ClientBaseAddress As Uri

Property Value

Uri

A URI that specifies the base address that the client listens to for response messages from the service.

Attributes

Remarks

If this property has a value, this address (plus a GUID for each channel) is used for listening. Otherwise, the client base address is generated in a transport-specific manner.

Applies to