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