The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WorkflowHostingEndpoint Constructor (Type^, Binding^, EndpointAddress^)
.NET Framework (current version)
Creates a new instance of the WorkflowHostingEndpoint class with the specified contract type, binding, and endpoint address.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
protected:
WorkflowHostingEndpoint(
Type^ contractType,
Binding^ binding,
EndpointAddress^ address
)
Parameters
- contractType
-
Type:
System::Type^
The service contract for the endpoint.
- binding
-
Type:
System.ServiceModel.Channels::Binding^
The binding for the endpoint.
- address
-
Type:
System.ServiceModel::EndpointAddress^
The address of the endpoint.
.NET Framework
Available since 4.0
Available since 4.0
Show: