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