/// <summary> /// Stop a specific server /// </summary> /// <param name="cfg">The configuration of the specific server to stop</param> protected override void StopServer() { Server?.Dispose(); }
private void ShutdownServer() { _ServerInstance.Dispose(); FormUpdateTimer.Stop(); }