How To Ping using a specific Network Interface (or a specific source IP Address)?
问题 According to this link: using System.Net.NetworkInformation, is there a way to bind a ping to a specific interface? the ICMP cannot be bound to a Network Interface (unlike socket based stuff): ICMP is not socket based. The ping will be sent to the appropriate port based on the routing table.https://stackoverflow.com/editing-help But I can't see any proper way for getting the information about the "pinger". At least, in a shell command I could specify the source IP Address but not when I'm