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