1 implementation of IDecrementConcurrentConnectionCountFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\ConnectionLimitMiddleware.cs (1)
56private sealed class ConnectionReleasor : IDecrementConcurrentConnectionCountFeature
2 references to IDecrementConcurrentConnectionCountFeature
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
281ConnectionFeatures.Get<IDecrementConcurrentConnectionCountFeature>()?.ReleaseConnection();
Middleware\ConnectionLimitMiddleware.cs (1)
47connection.Features.Set<IDecrementConcurrentConnectionCountFeature>(releasor);