The PacketBuilder type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Locker |
Locker object used for performing thread safe operations over this packet builder
| |
| TotalBytesCached |
The total number of cached bytes. This is the sum of all bytes across all cached partial packets. See TotalPartialPacketCount.
| |
| TotalBytesExpected |
The total number of bytes required to rebuild the next whole packet.
| |
| TotalPartialPacketCount |
The total number of cached partial packets. This is different from TotalBytesCached because each partial packet may contain a variable number of bytes.
|
See Also