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