WorkflowServiceHost.AddServiceEndpoint Method (Type, Binding, String)
.NET Framework 3.5
Adds a service endpoint for the workflow service using the specified contract, binding, and endpoint address.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
public ServiceEndpoint AddServiceEndpoint( Type implementedContract, Binding binding, string address )
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.String
The address for the endpoint added.
Return Value
Type: System.ServiceModel.Description.ServiceEndpointThe ServiceEndpoint added to the workflow service.
| Exception | Condition |
|---|---|
| ArgumentNullException | implementedContract is null. |
| ArgumentNullException | address is null. |
| InvalidOperationException | ServiceContractAttribute not specified for implementedContract. |
| InvalidOperationException | The workflow service does not implement implementedContract. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.