WebHttpBehavior.GetOperationSelector(ServiceEndpoint) Метод

Определение

Создает новый объект WebHttpDispatchOperationSelector.

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

Параметры

endpoint
ServiceEndpoint

Конечная точка, предоставляющая контракт.

Возвращаемое значение

WebHttpDispatchOperationSelector

Экземпляр WebHttpDispatchOperationSelector, который содержит селектор операций для заданной конечной точки.

Комментарии

WebHttpDispatchOperationSelectorСопоставление вызывает операции службы WCF на основе суффикса универсального кода ресурса (URI) и используемого метода HTTP. Это точка расширяемости, которую может использовать производное поведение, чтобы предоставить свою собственную реализацию WebHttpDispatchOperationSelector, сопоставляющую входящий HTTP-запрос с операцией службы.

Применяется к