StandardEndpointElement.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.
When implemented in a derived class, creates a service endpoint from message information contained in the specified contract description.
protected public:
abstract System::ServiceModel::Description::ServiceEndpoint ^ CreateServiceEndpoint(System::ServiceModel::Description::ContractDescription ^ contractDescription);
protected internal abstract System.ServiceModel.Description.ServiceEndpoint CreateServiceEndpoint (System.ServiceModel.Description.ContractDescription contractDescription);
abstract member CreateServiceEndpoint : System.ServiceModel.Description.ContractDescription -> System.ServiceModel.Description.ServiceEndpoint
Protected Friend MustOverride Function CreateServiceEndpoint (contractDescription As ContractDescription) As ServiceEndpoint
Parameters
- contractDescription
- ContractDescription
Information about what is contained in messages being sent from an endpoint.
Returns
A service endpoint.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.