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