3 references to HttpOperationSelectorDataPropertyName
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (1)
80
if (message.Properties.TryGetValue(WebHttpDispatchOperationSelector.
HttpOperationSelectorDataPropertyName
, out allowedMethodsData))
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
220
message.Properties.Add(WebHttpDispatchOperationSelector.
HttpOperationSelectorDataPropertyName
,
286
message.Properties.Add(WebHttpDispatchOperationSelector.
HttpOperationSelectorDataPropertyName
,