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