IDecrementConcurrentConnectionCountFeature 인터페이스

정의

미들웨어가 에 대한 연결 계산을 중지할 수 있는 연결 기능입니다 MaxConcurrentConnections. 이는 Kestrel에서 내부적으로 이 제한에 대한 업그레이드된 연결 계산을 중지하는 데 사용됩니다.

public interface class IDecrementConcurrentConnectionCountFeature
public interface IDecrementConcurrentConnectionCountFeature
type IDecrementConcurrentConnectionCountFeature = interface
Public Interface IDecrementConcurrentConnectionCountFeature

메서드

ReleaseConnection()

에 대한 연결 계산을 중지하는 Idempotent 메서드입니다 MaxConcurrentConnections.

적용 대상