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)
402if (_scheme == null) 408Scheme = _scheme;