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