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)
710
HttpRequestHeaders.HeaderScheme =
SchemeHttp
;
Internal\Http3\Http3Stream.cs (1)
257
HttpRequestHeaders.HeaderScheme =
SchemeHttp
;
ListenOptions.cs (1)
138
return IsTls ? HttpProtocol.SchemeHttps : HttpProtocol.
SchemeHttp
;