2 writes to Scheme
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
156Scheme = IsHttps ? Constants.HttpsScheme : Constants.HttpScheme;
Core\IISHttpContext.FeatureCollection.cs (1)
116set => Scheme = value;
1 reference to Scheme
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
115get => Scheme;