Click or drag to resize

IServerStatisticsIncreaseWsOut Method

Increase the total messages and bytes sent over WEBSOCKETS

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
void IncreaseWsOut(
	long v
)

Parameters

v
Type: SystemInt64
the number of bytes to increase with
See Also