Although the Ping.Send() is easy and straightforward, I can't seem to figure out how to Ping.Send() out of the interface I choose. specifically my WLAN interface or my Ethernet interface when both are connected to separate networks.
Would I have to use the Sockets namespace and the Bind(localEndpoint)?
It seems odd that that binding functionality isn't available in the NetworkInformation.Ping utility. Or is it & I just can't find it?
Thank you