PacketBuilder PropertiesNetworkComms.Net Help
The PacketBuilder type exposes the following members.
Properties

  NameDescription
Public propertyLocker
Locker object used for performing thread safe operations over this packet builder
Public propertyTotalBytesCached
The total number of cached bytes. This is the sum of all bytes across all cached partial packets. See TotalPartialPacketCount.
Public propertyTotalBytesExpected
The total number of bytes required to rebuild the next whole packet.
Public propertyTotalPartialPacketCount
The total number of cached partial packets. This is different from TotalBytesCached because each partial packet may contain a variable number of bytes.
Back to Top
See Also