void ITunnel.SendPacket(string packet) { JsTunnel.SendPacketToPlugin(packet); }
bool ITunnel.IsConnected() { return(JsTunnel.IsConnected() != 0); }