Returns the ArpEntry for the specified IpAddress key or null
if no such entry exists.
Namespace: Network.Sim.Network.Ip.ArpAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ArpEntry this[
IpAddress key
] { get; }
Parameters
- key
- Type: Network.Sim.Network.IpIpAddress
The IP-Address to retrieve the ArpEntry for.
Return Value
Type:
ArpEntryAn ArpEntry or null if no entry exists.
See Also