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
Syntaxpublic void IncreaseOut(
int len
)
Parameters
- len
- Type: SystemInt32
the number of bytes to increase the statistics with
See Also