4 references to SchemeHttp
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (1)
405_scheme = tlsFeature != null ? SchemeHttps : SchemeHttp;
Internal\Http2\Http2Stream.cs (1)
710HttpRequestHeaders.HeaderScheme = SchemeHttp;
Internal\Http3\Http3Stream.cs (1)
257HttpRequestHeaders.HeaderScheme = SchemeHttp;
ListenOptions.cs (1)
138return IsTls ? HttpProtocol.SchemeHttps : HttpProtocol.SchemeHttp;