Click or drag to resize

ClientStatsIncreaseIn Method

Increase the number of bytes and messages received from this client

Namespace:  Crosser.Common.Server.Protocol
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public void IncreaseIn(
	int len
)

Parameters

len
Type: SystemInt32
the number of bytes to increase the statistics with
See Also