コード例 #1
0
        public static bool SetupConnection(bool bBlocking)
        {
#if !BEHAVIAC_RELEASE
            if (Config.IsSocketing)
            {
                ushort port = 60636;

                bool bResult = SocketUtils.SetupConnection(bBlocking, port);
                return(bResult);
            }
#endif
            return(false);
        }