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