WorkflowServiceHost::AddServiceEndpoint Method (String^, Binding^, Uri^, Uri^)
.NET Framework (current version)
Adds a service endpoint to the workflow service host using the specified contract, binding, endpoint address, and listen URI.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
public:
ServiceEndpoint^ AddServiceEndpoint(
String^ implementedContract,
Binding^ binding,
Uri^ address,
Uri^ listenUri
)
Parameters
- implementedContract
-
Type:
System::String^
The contract exposed by the endpoint.
- binding
-
Type:
System.ServiceModel.Channels::Binding^
The binding for the endpoint.
- address
-
Type:
System::Uri^
The address of the endpoint.l
- listenUri
-
Type:
System::Uri^
The address at which the service endpoint listens for incoming messages.
The following example shows how to add a service endpoint using this method.
.NET Framework
Available since 4.0
Available since 4.0
Show: