StandardEndpointElement::InitializeAndValidate Method (ServiceEndpointElement^)

.NET Framework (current version)
 

Initializes and verifies the format of the specified service endpoint in a service application configuration file.

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

public:
void InitializeAndValidate(
	ServiceEndpointElement^ serviceEndpointElement
)

Parameters

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

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

.NET Framework
Available since 4.0
Return to top
Show: