3 references to GetNormalizedHttpMethod
Microsoft.AspNetCore.Hosting (3)
Internal\HostingMetrics.cs (1)
112
tags.Add(HostingTelemetryHelpers.AttributeHttpRequestMethod, HostingTelemetryHelpers.
GetNormalizedHttpMethod
(method));
Internal\HostingTelemetryHelpers.cs (2)
127
var normalizedHttpMethod =
GetNormalizedHttpMethod
(originalHttpMethod);
144
var normalizedHttpMethod =
GetNormalizedHttpMethod
(originalHttpMethod);