Click or drag to resize
ArpCacheItem Property
Returns the ArpEntry for the specified IpAddress key or null if no such entry exists.

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 ArpEntry this[
	IpAddress key
] { get; }

Parameters

key
Type: Network.Sim.Network.IpIpAddress
The IP-Address to retrieve the ArpEntry for.

Return Value

Type: ArpEntry
An ArpEntry or null if no entry exists.
See Also