StandardEndpointElement.OnApplyConfiguration Method

Definition

When called from a derived class, loads the service description information from the configuration file and applies it to the runtime being constructed.

Overloads

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

When called from a derived class, loads the service description information from the configuration file and applies it to the runtime being constructed.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

When called from a derived class, loads the service description information from the configuration file and applies it to the runtime being constructed.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

When called from a derived class, loads the service description information from the configuration file and applies it to the runtime being constructed.

C#
protected abstract void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement channelEndpointElement);

Parameters

endpoint
ServiceEndpoint

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

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 ve diğer sürümler
Ürün Sürümler
.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

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

When called from a derived class, loads the service description information from the configuration file and applies it to the runtime being constructed.

C#
protected abstract void OnApplyConfiguration(System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);

Parameters

endpoint
ServiceEndpoint

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

serviceEndpointElement
ServiceEndpointElement

A service endpoint element of a service application.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.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