2 instantiations of WebHttpDispatchOperationSelectorData
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
221
new
WebHttpDispatchOperationSelectorData
() { AllowedMethods = new List<string>() { WebHttpBehavior.GET } });
287
new
WebHttpDispatchOperationSelectorData
() { AllowedMethods = allowedMethods });
1 reference to WebHttpDispatchOperationSelectorData
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (1)
79
WebHttpDispatchOperationSelectorData
allowedMethodsData = null;