Click or drag to resize

IServerStatisticsIncreaseHttpOut Method

Increase the total messages and bytes sent over HTTP

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

Parameters

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