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