5 references to WildcardMethod
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (2)
92if (this.method != WebHttpBehavior.WildcardMethod && WebOperationContext.Current.OutgoingRequest.Method != null) 113if (this.method != WebHttpBehavior.WildcardMethod)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (3)
76if (UriTemplateHelpers.IsWildcardPath(path) && (method == WebHttpBehavior.WildcardMethod)) 122if (!methodSpecificTables.TryGetValue(WebHttpBehavior.WildcardMethod, out wildcardTable)) 261if (pair.Key == method || pair.Key == WebHttpBehavior.WildcardMethod)