3 references to HttpScheme
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Request.cs (1)
321public string Scheme => IsHttps ? Constants.HttpsScheme : Constants.HttpScheme;
UrlPrefix.cs (2)
55if (string.Equals(Constants.HttpScheme, scheme, StringComparison.OrdinalIgnoreCase)) 57scheme = Constants.HttpScheme; // Always use a lower case scheme