Click or drag to resize
IPacket Properties

The IPacket type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets a value indciating when the IPacket was created.
Public propertyDisposed
Public propertyIsComplete
Determines if the IPacket is completely in memory.
Public propertyIsReadOnly
Determines if the IPacket can be modified.
Public propertyLength
The length in bytes of the packet
Public propertyTransferred
Gets a value indicating when the NetworkPacket was sent. If null then the IPacket was not yet set.
Top
See Also