StandardEndpointElement::ApplyConfiguration Method (ServiceEndpoint^, ServiceEndpointElement^)
.NET Framework (current version)
Applies the content of a specific service endpoint to the current service endpoint element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: void ApplyConfiguration( ServiceEndpoint^ endpoint, ServiceEndpointElement^ serviceEndpointElement )
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^
An endpoint element that defines how clients find and communicate with the service.
.NET Framework
Available since 4.0
Available since 4.0
Show: