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