1 reference to HttpsScheme
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
156
Scheme = IsHttps ? Constants.
HttpsScheme
: Constants.HttpScheme;