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