2 writes to Scheme
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (1)
66
context.MetricsTagsFeature.
Scheme
= httpContext.Request.Scheme;
Internal\HttpMetricsTagsFeature.cs (1)
27
Scheme
= null;
2 references to Scheme
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
166
context.MetricsTagsFeature.
Scheme
!,
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
290
Assert.Null(context.MetricsTagsFeature.
Scheme
);