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