2 references to HttpGetMethod
System.ServiceModel.Web (2)
System\ServiceModel\Web\IncomingWebRequestContext.cs (2)
181
if (!string.Equals(this.Method, IncomingWebRequestContext.
HttpGetMethod
, StringComparison.OrdinalIgnoreCase) &&
275
if (!string.Equals(this.Method, IncomingWebRequestContext.
HttpGetMethod
, StringComparison.OrdinalIgnoreCase) &&