WebScriptEndpointElement.CreateServiceEndpoint(ContractDescription) Method

Definition

Initiates a new WebScriptEndpoint with the specified ContractDescription.

protected public:
 override System::ServiceModel::Description::ServiceEndpoint ^ CreateServiceEndpoint(System::ServiceModel::Description::ContractDescription ^ contractDescription);
protected internal override System.ServiceModel.Description.ServiceEndpoint CreateServiceEndpoint (System.ServiceModel.Description.ContractDescription contractDescription);
override this.CreateServiceEndpoint : System.ServiceModel.Description.ContractDescription -> System.ServiceModel.Description.ServiceEndpoint
Protected Friend Overrides Function CreateServiceEndpoint (contractDescription As ContractDescription) As ServiceEndpoint

Parameters

contractDescription
ContractDescription

An object whose properties define an endpoint's characteristics, including

  • the signature of the operations in terms of messages exchanged

  • the data types of these messages, the location of the operations

  • the specific protocols and serialization formats that are used to support successful communication with the service.

Returns

A web script endpoint.

Applies to