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