IDecrementConcurrentConnectionCountFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A connection feature allowing middleware to stop counting connections towards MaxConcurrentConnections. This is used by Kestrel internally to stop counting upgraded connections towards this limit.
public interface class IDecrementConcurrentConnectionCountFeature
public interface IDecrementConcurrentConnectionCountFeature
type IDecrementConcurrentConnectionCountFeature = interface
Public Interface IDecrementConcurrentConnectionCountFeature
Methods
ReleaseConnection() |
Idempotent method to stop counting a connection towards MaxConcurrentConnections. |