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

.NET Framework (current version)
 

Applies the content of a specific service endpoint to the current channel endpoint element.

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

public:
void ApplyConfiguration(
	ServiceEndpoint^ endpoint,
	ChannelEndpointElement^ channelEndpointElement
)

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: