ServiceHostBase.AddServiceEndpoint Method (String, Binding, Uri)
Adds a service endpoint to the hosted service with a specified contract, binding, and a URI that contains the endpoint address.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public ServiceEndpoint AddServiceEndpoint( string implementedContract, Binding binding, Uri address )
Parameters
- implementedContract
- Type: System.String
The contract implemented by the endpoint.
- binding
- Type: System.ServiceModel.Channels.Binding
The Binding for the endpoint added.
- address
- Type: System.Uri
The Uri that contains the address for the endpoint added. This can be an absolute or relative URI. If it is a relative URI, one of the base address of the ServiceHost (depending on the binding protocol) is used as the endpoint's base address.
Return Value
Type: System.ServiceModel.Description.ServiceEndpointThe ServiceEndpoint added to the hosted service.
| Exception | Condition |
|---|---|
| ArgumentNullException | implementedContract or binding or address or is null. |
| InvalidOperationException | The host is not in a Created or an Opening state or there is no ServiceDescription for the hosted service and so an endpoint cannot be added. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.