📦Internet.cs - Internet
В этом классе содержатся следующие методы:
bool TestConnection();
bool ping(string url);Код класса:
public static class Internet
{
public static bool TestConnection() { ... }
public static bool ping(string url) { ... }
}Last updated
Was this helpful?