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