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