WorkflowHostingEndpoint Constructors

Definition

Creates a new instance of the WorkflowHostingEndpoint class.

Overloads

WorkflowHostingEndpoint(Type)

Creates a new instance of the WorkflowHostingEndpoint class with the specified contract type.

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Creates a new instance of the WorkflowHostingEndpoint class with the specified contract type, binding, and endpoint address.

WorkflowHostingEndpoint(Type)

Creates a new instance of the WorkflowHostingEndpoint class with the specified contract type.

protected:
 WorkflowHostingEndpoint(Type ^ contractType);
protected WorkflowHostingEndpoint (Type contractType);
new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type -> System.ServiceModel.Activities.WorkflowHostingEndpoint
Protected Sub New (contractType As Type)

Parameters

contractType
Type

The type of the contract that defines the basic message exchange patterns for a workflow hosting operation.

Applies to

WorkflowHostingEndpoint(Type, Binding, EndpointAddress)

Creates a new instance of the WorkflowHostingEndpoint class with the specified contract type, binding, and endpoint address.

protected:
 WorkflowHostingEndpoint(Type ^ contractType, System::ServiceModel::Channels::Binding ^ binding, System::ServiceModel::EndpointAddress ^ address);
protected WorkflowHostingEndpoint (Type contractType, System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);
new System.ServiceModel.Activities.WorkflowHostingEndpoint : Type * System.ServiceModel.Channels.Binding * System.ServiceModel.EndpointAddress -> System.ServiceModel.Activities.WorkflowHostingEndpoint
Protected Sub New (contractType As Type, binding As Binding, address As EndpointAddress)

Parameters

contractType
Type

The service contract for the endpoint.

binding
Binding

The binding for the endpoint.

address
EndpointAddress

The address of the endpoint.

Applies to