AspNetWebSocketContext.ConnectionCount Property

Definition

Gets the number of active WebSocket connections.

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

Property Value

The number of active WebSocket connections.

Applies to