StandardEndpointElement::OnApplyConfiguration Method (ServiceEndpoint^, ChannelEndpointElement^)

.NET Framework (current version)
 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
virtual void OnApplyConfiguration(
	ServiceEndpoint^ endpoint,
	ChannelEndpointElement^ channelEndpointElement
) abstract

Parameters

endpoint
Type: System.ServiceModel.Description::ServiceEndpoint^

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

channelEndpointElement
Type: System.ServiceModel.Configuration::ChannelEndpointElement^

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

.NET Framework
Available since 4.0
Return to top
Show: