PacketBuilder TotalPartialPacketCount Property NetworkComms.Net Help
The total number of cached partial packets. This is different from TotalBytesCached because each partial packet may contain a variable number of bytes.

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

public int TotalPartialPacketCount { get; }

Property Value

Type: OnlineInt32
See Also