コード例 #1
0
 public static void Shutdown()
 {
     if (cdnPool != null)
     {
         cdnPool.Shutdown();
         cdnPool = null;
     }
 }
コード例 #2
0
        public static void ShutdownSteam3()
        {
            if (cdnPool != null)
            {
                cdnPool.Shutdown();
                cdnPool = null;
            }

            if (steam3 == null)
            {
                return;
            }

            steam3.TryWaitForLoginKey();
            steam3.Disconnect();
        }