1 write to httpMethod
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2916this.httpMethod = httpMethod;
2 references to httpMethod
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2930get { return this.httpMethod; } 2964bool httpMethodIsHead = string.Compare(this.httpMethod, "HEAD", StringComparison.OrdinalIgnoreCase) == 0;