Share via


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 接続の数。

適用対象