Click or drag to resize
ArpEntry Class
Represents an ARP entry in the ARP cache.
Inheritance Hierarchy
SystemObject
  Network.Sim.Network.Ip.ArpArpEntry

Namespace: Network.Sim.Network.Ip.Arp
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ArpEntry

The ArpEntry type exposes the following members.

Constructors
  NameDescription
Public methodArpEntry
Initializes a new instance of the ArpEntry class using the specified values.
Top
Properties
  NameDescription
Public propertyExpired
Determines if the entry has expired.
Public propertyExpiryTime
The time at which the entry expires, in nanoseconds.
Public propertyIpAddress
The IPv4 address of the entry.
Public propertyMacAddress
The MAC-48 address of the entry.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a textual description of this entry.
(Overrides ObjectToString.)
Top
See Also