Click or drag to resize
ArpCacheAdd Method
Adds a new ArpEntry using the specified IpAddress as key.

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 void Add(
	IpAddress key,
	ArpEntry value
)

Parameters

key
Type: Network.Sim.Network.IpIpAddress
The IPv4 address to use as key.
value
Type: Network.Sim.Network.Ip.ArpArpEntry
The ArpEntry to add to the cache.
See Also