3 references to RedirectPropertyName
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (2)
48
if (message.Properties.ContainsKey(WebHttpDispatchOperationSelector.
RedirectPropertyName
))
50
newLocation = message.Properties[WebHttpDispatchOperationSelector.
RedirectPropertyName
] as Uri;
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
353
message.Properties.Add(
RedirectPropertyName
, originalPlusSlash);