private void Server_RemoteDisconnecting(object sender, InternetFramework.Events.InternetConnectionEventArgs e) { Server.SendLine(e.Remote, "Goodbye!"); }