PacketBuilder TotalBytesCached Property NetworkComms.Net Help
The total number of cached bytes. This is the sum of all bytes across all cached partial packets. See TotalPartialPacketCount.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public int TotalBytesCached { get; }

Property Value

Type: OnlineInt32
See Also