Implemented interface member:
property
Scheme
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.Scheme
5 writes to Scheme
Microsoft.AspNetCore.Hosting.Tests (3)
HostingApplicationDiagnosticsTests.cs (3)
1114Scheme = "http", 1156Scheme = "http", 1208Scheme = scheme,
Microsoft.AspNetCore.Http (1)
Features\HttpRequestFeature.cs (1)
19Scheme = string.Empty;
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
720Scheme = existingRequestFeature.Scheme,