AspNetWebSocketContext::ConnectionCount Property

.NET Framework (current version)
 

Gets the number of active WebSocket connections.

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

public:
property int ConnectionCount {
	static int get();
}

Property Value

Type: System::Int32

The number of active WebSocket connections.

.NET Framework
Available since 4.5
Return to top
Show: