isConnected method

bool isConnected()

Check if connected to the forwarding server

Implementation

bool isConnected() {
  return _isConnected();
}