StandardEndpointElement::CreateServiceEndpoint Method (ContractDescription^)

.NET Framework (current version)
 

When implemented in a derived class, creates a service endpoint from message information contained in the specified contract description.

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

public protected:
virtual ServiceEndpoint^ CreateServiceEndpoint(
	ContractDescription^ contractDescription
) abstract

Parameters

contractDescription
Type: System.ServiceModel.Description::ContractDescription^

Information about what is contained in messages being sent from an endpoint.

Return Value

Type: System.ServiceModel.Description::ServiceEndpoint^

A service endpoint.

.NET Framework
Available since 4.0
Return to top
Show: