ArpCache Class |
Namespace: Network.Sim.Network.Ip.Arp
public class ArpCache : Dictionary<IpAddress, ArpEntry>
The ArpCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | Count | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | Item |
Returns the ArpEntry for the specified IpAddress key or null
if no such entry exists.
|
![]() | Keys | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | Values | (Inherited from DictionaryIpAddress, ArpEntry.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a new ArpEntry using the specified IpAddress as key.
|
![]() | Clear | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | ContainsKey | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | ContainsValue | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | Remove | (Inherited from DictionaryIpAddress, ArpEntry.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue | (Inherited from DictionaryIpAddress, ArpEntry.) |