WorkflowControlEndpoint Constructors

Definition

Initializes a new instance of the WorkflowControlEndpoint class.

Overloads

WorkflowControlEndpoint()

Initializes a new instance of the WorkflowControlEndpoint class.

WorkflowControlEndpoint(Binding, EndpointAddress)

Initializes a new instance of the WorkflowControlEndpoint class with the specified binding and EndpointAddress.

WorkflowControlEndpoint()

Initializes a new instance of the WorkflowControlEndpoint class.

C#
public WorkflowControlEndpoint();

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

WorkflowControlEndpoint(Binding, EndpointAddress)

Initializes a new instance of the WorkflowControlEndpoint class with the specified binding and EndpointAddress.

C#
public WorkflowControlEndpoint(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress address);

Parameters

binding
Binding

The binding.

address
EndpointAddress

The endpoint address.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1