ServiceHostBase::AddBaseAddress Method (Uri^)
.NET Framework (current version)
Adds a base address to the service host.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| 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
Available since 3.0
Show: