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