1 override of HttpMethod
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2928
protected override string
HttpMethod
1 reference to HttpMethod
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1309
bool httpMethodIsHead = string.Compare(this.
HttpMethod
, "HEAD", StringComparison.OrdinalIgnoreCase) == 0;