Example #1
0
 void Cleanup()
 {
     if (!cleanedUp)
     {
         cleanedUp = true;
         server.Dispose();
     }
 }