Click or drag to resize

ClientStatsIncreaseOut Method

Increase the number of bytes and messages sent to this client

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

Parameters

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