KestrelServerLimits.MaxConcurrentConnections 속성
정의
열려 있는 연결의 최대 수를 가져오거나 설정 합니다. Null로 설정 하면 연결 수에 제한이 없습니다.
기본값은 Null입니다.
public:
property Nullable<long> MaxConcurrentConnections { Nullable<long> get(); void set(Nullable<long> value); };
public long? MaxConcurrentConnections { get; set; }
member this.MaxConcurrentConnections : Nullable<int64> with get, set
Public Property MaxConcurrentConnections As Nullable(Of Long)
속성 값
설명
다른 프로토콜 (예: Websocket)으로 연결을 업그레이드 하는 경우에는 대신 해당 연결이 제한에 대해 계산 됩니다 MaxConcurrentUpgradedConnections MaxConcurrentConnections .