AspNetWebSocketContext.ConnectionCount 속성

정의

활성 WebSocket 연결 수를 가져옵니다.

public:
 static property int ConnectionCount { int get(); };
public static int ConnectionCount { get; }
member this.ConnectionCount : int
Public Shared ReadOnly Property ConnectionCount As Integer

속성 값

Int32

활성 WebSocket 연결 수입니다.

적용 대상