This documentation is archived and is not being maintained.
WorkflowServiceHost::AddServiceEndpoint Method (XName, Binding, Uri, Uri, String)
Visual Studio 2010
Adds a service endpoint to the workflow service host using the specified implemented contract, binding, endpoint address, listen URI, and a behavior configuration name.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
public:
ServiceEndpoint^ AddServiceEndpoint(
XName^ serviceContractName,
Binding^ binding,
Uri^ address,
Uri^ listenUri,
String^ behaviorConfigurationName
)
Parameters
- serviceContractName
- Type: System.Xml.Linq::XName
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.
- listenUri
- Type: System::Uri
The address at which the service endpoint listens for incoming messages.
- behaviorConfigurationName
- Type: System::String
The behavior configuration name.
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.
Show: