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