Click or drag to resize
Network.Sim.Network.Ip.Arp Namespace
The Network.Sim.Network.Ip.Arp namespace contains types that implement the Address Resolution Protocol.
Classes
  ClassDescription
Public classArp
Implements the Address Resolution Protocol.
Public classArpCache
Represents a cache for storing and retrieving ARP entries.
Public classArpEntry
Represents an ARP entry in the ARP cache.
Public classArpPacket
Represents an ARP message which is either a request or response message.
Delegates
  DelegateDescription
Public delegateArpOutput
The delegate for invoking the network layer's output method.