WorkflowControlEndpointElement.OnInitializeAndValidate Method

Definition

When called or overridden by a derived class, initializes and validates the given endpoint element.

Overloads

OnInitializeAndValidate(ChannelEndpointElement)

When called or overridden by a derived class, initializes and validates the specified channel endpoint element.

OnInitializeAndValidate(ServiceEndpointElement)

When called or overridden by a derived class, initializes and validates the specified service endpoint element.

OnInitializeAndValidate(ChannelEndpointElement)

When called or overridden by a derived class, initializes and validates the specified channel endpoint element.

C#
protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);

Parameters

channelEndpointElement
ChannelEndpointElement

The channel endpoint element to initialize and validate.

Applies to

.NET Framework 4.8.1 및 기타 버전
제품 버전
.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

OnInitializeAndValidate(ServiceEndpointElement)

When called or overridden by a derived class, initializes and validates the specified service endpoint element.

C#
protected override void OnInitializeAndValidate(System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);

Parameters

serviceEndpointElement
ServiceEndpointElement

The service endpoint element to initialize and validate.

Applies to

.NET Framework 4.8.1 및 기타 버전
제품 버전
.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