Is there are way to set ARP cache entry in C#?
The only way I have found is related to use of arp utility Address Resolution Protocol
Static entries added with the arp -s command are not expired from the cache.
There are related post about How do I access ARP-protocol information through .NET?