WebScriptEndpointElement.CreateServiceEndpoint(ContractDescription) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.