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 URI(Uniform Resource Identifier) 접미사 및 사용된 HTTP 메서드를 기반으로 WCF 서비스 작업을 호출합니다. 이는 파생 동작이 들어오는 HTTP 요청을 서비스 작업에 매핑하는 자체 구현 WebHttpDispatchOperationSelector 을 제공하는 데 사용할 수 있는 확장성 지점입니다.

적용 대상