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.

ServiceHostBase::AddBaseAddress Method (Uri^)

 

Adds a base address to the service host.

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

protected:
void AddBaseAddress(
	Uri^ baseAddress
)

Parameters

baseAddress
Type: System::Uri^

A Uri that contains the base address for services hosted on the current host.

Exception Condition
InvalidOperationException

The baseAddress cannot be called.

This property allows users extending ServiceHostBase to provide the base address after the host is constructed. AddBaseAddress(Uri^) can be used to add base addresses to an existing host, but throws an exception if the description is already initialized.

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