StandardEndpointElement::InitializeFrom Method (ServiceEndpoint^)

.NET Framework (current version)
 

Ensures that the specified service endpoint is not null and that its type matches the current endpoint type.

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

public protected:
virtual void InitializeFrom(
	ServiceEndpoint^ endpoint
)

Parameters

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

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

.NET Framework
Available since 4.0
Return to top
Show: