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

.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,
	ServiceEndpointElement^ serviceEndpointElement
) abstract

Parameters

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

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

serviceEndpointElement
Type: System.ServiceModel.Configuration::ServiceEndpointElement^

A service endpoint element of a service application.

.NET Framework
Available since 4.0
Return to top
Show: