2 writes to IsUpgraded
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
365IsUpgraded = false;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
276IsUpgraded = true;
4 references to IsUpgraded
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (1)
82if (IsUpgraded)
Internal\Http\HttpProtocol.FeatureCollection.cs (3)
198bool IHttpMaxRequestBodySizeFeature.IsReadOnly => HasStartedConsumingRequestBody || IsUpgraded || IsExtendedConnectRequest; 209if (IsUpgraded) 266if (IsUpgraded)