Skip to content

Instantly share code, notes, and snippets.

@susairajs
Created October 23, 2020 11:30
public interface INetwork
{
bool IsConnected();
bool IsConnectedFast();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment