Click or drag to resize

ClientStatsSetPendingBytes Method

Update the number of pending bytes for the connection

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

Parameters

v
Type: SystemInt64
The new number to set for pending bytes
See Also