1 write to _scheme
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
403
_scheme
= tlsFeature != null ? SchemeHttps : SchemeHttp;
2 references to _scheme
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
400
if (
_scheme
== null)
406
Scheme =
_scheme
;