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