WSDualHttpBindingElement.ClientBaseAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.