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