IDecrementConcurrentConnectionCountFeature インターフェイス

定義

ミドルウェアが に対 MaxConcurrentConnectionsする接続のカウントを停止できるようにする接続機能。 これは、この制限に向かってアップグレードされた接続のカウントを停止するために、Kestrel によって内部的に使用されます。

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

メソッド

ReleaseConnection()

への MaxConcurrentConnections接続のカウントを停止するべき等メソッド。

適用対象