Click or drag to resize
Network.Sim.Network.Ip Namespace
The Network.Sim.Network.Ip namespace contains types that implement the Layer-3 Internet Protocol.
Classes
  ClassDescription
Public classIpAddress
Represents an IPv4 address.
Public classIpPacket
Represents an IPv4 packet.
Public classIpv4
Represents the Network layer of the OSI model (Layer 3).
Enumerations
  EnumerationDescription
Public enumerationIpFlag
Represents the Flags field of an IP-packet.
Public enumerationIpProtocol
Represents possible values for the Protocol field of the IP header. It indicates which higher-level protocol is encapsulated in the data section of an IP packet.
Public enumerationIpVersion
Represents the possible values of the version field of an IP packet.