Click or drag to resize
Arp Methods

The Arp type exposes the following members.

Methods
  NameDescription
Public methodArpTableOf
Returns an enumerable collection of ARP entries for the specified interface.
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.)
Public methodLookup
Looks up the Layer-2 (MAC-48) physical address in the ARP cache for the specified IPv4 address.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnInput
Examines and processes the ARP message contained in the specified byte array.
Public methodResolve
Resolves the specified IPv4 address to a Layer-2 (MAC-48) physical address.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also