WebHttpBehavior.GetOperationSelector(ServiceEndpoint) 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.
Creates a new WebHttpDispatchOperationSelector object.
protected:
virtual System::ServiceModel::Dispatcher::WebHttpDispatchOperationSelector ^ GetOperationSelector(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected virtual System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector GetOperationSelector (System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member GetOperationSelector : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
override this.GetOperationSelector : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Dispatcher.WebHttpDispatchOperationSelector
Protected Overridable Function GetOperationSelector (endpoint As ServiceEndpoint) As WebHttpDispatchOperationSelector
Parameters
- endpoint
- ServiceEndpoint
The endpoint that exposes the contract.
Returns
An instance of WebHttpDispatchOperationSelector that contains the operation selector for the specified endpoint.
Remarks
The WebHttpDispatchOperationSelector maps calls to WCF service operations based on the Uniform Resource Identifier (URI) suffix and the HTTP method used. This is an extensibility point that derived behaviors can use to supply their own implementation of WebHttpDispatchOperationSelector that maps the incoming HTTP request to a service operation.