Beispiel #1
0
 /// <summary>
 /// Triggered when the connection has been lost
 /// </summary>
 /// <param name="Shell">Reference to the shell</param>
 /// <param name="RemoteAddress">Hostname of the user</param>
 /// <param name="Time">Timestamp of the event</param>
 static void Shell_OnDisconnected(Programs.ShellCore Shell, string RemoteAddress, DateTime Time)
 {
     // Starts to listen again
     Shell.Start();
 }