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