IDecrementConcurrentConnectionCountFeature Interface

Definition

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.

Applies to