StandardEndpointElement.OnInitializeAndValidate Method

Definition

When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.

Overloads

OnInitializeAndValidate(ChannelEndpointElement)

When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.

OnInitializeAndValidate(ServiceEndpointElement)

When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.

OnInitializeAndValidate(ChannelEndpointElement)

When called from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.

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

Parameters

channelEndpointElement
ChannelEndpointElement

An endpoint element that defines the physical transfer of messages back and forth between the client and the service.

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.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 from a derived class, initializes and verifies the format of the specified service endpoint in a service application configuration file.

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

Parameters

serviceEndpointElement
ServiceEndpointElement

A service endpoint element that enables clients to find and communicate with the service.

Applies to

.NET Framework 4.8.1 et autres versions
Produit Versions
.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