WorkflowServiceHost.AddServiceEndpoint Method (Type, Binding, Uri, Uri)
Adds a service endpoint to the workflow service with a specified contract, a binding, a URI that contains the endpoint address, and a URI on which the service listens.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
public ServiceEndpoint AddServiceEndpoint(
Type implementedContract,
Binding binding,
Uri address,
Uri listenUri
)
Parameters
- implementedContract
- Type: System.Type
The Type of contract for the endpoint added.
- 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.
- listenUri
- Type: System.Uri
The Uri on which the service endpoints can listen.
Return Value
Type: System.ServiceModel.Description.ServiceEndpointThe ServiceEndpoint added to the workflow service.
| Exception | Condition |
|---|---|
| ArgumentNullException |
implementedContract is null. |
| ArgumentNullException |
address is null. |
| InvalidOperationException |
The workflow service does not implement implementedContract. |
| InvalidOperationException |
ServiceContractAttribute not specified for implementedContract. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.