I'm trying to use Ping in a Xamarin.Forms class but I'm getting a "does not exist in current context" error. I have the using System.Net.NetworkInformation
statement and I am able to use other members of the NetworkInformation
class.
When I tried using Ping in my a class in my .Droid
project it works fine. What gives?