Click or drag to resize
IpPacket Properties

The IpPacket type exposes the following members.

Properties
  NameDescription
Public propertyChecksum
The checksum of the header of this IP packet.
Public propertyData
The data section of the IP packet.
Public propertyDestination
The IPv4 address of the receiver of the packet.
Public propertyDscp
The Differentiated Services Code Point (not implemented).
Public propertyFlags
The flags for controlling and identifying fragments set on this packet.
Public propertyFragmentOffset
The fragment offset of the packet.
Public propertyIdentification
The idenfication used for uniquely identifying fragments of a fragmented IP packet.
Public propertyIhl
The Internet Header Length, which is the number of 32-bit words in the header.
Public propertyOptions
Optional header fields.
Public propertyProtocol
Indicates which transport protocol is encapsulated in the data section.
Public propertySource
The IPv4 address of the sender of the packet.
Public propertyTimeToLive
The hop count of the packet.
Public propertyTotalLength
The total length of the packet, including header and data, in bytes.
Public propertyVersion
The version of the IP packet.
Top
See Also