Example #1
0
        public virtual void Clean()
        {
            StartUpdater?.Invoke(false, Update);

            onLoadingAlert          = default;
            StartUpdater            = default;
            ComponentOwner          = default;
            OnGetTokenAuthorization = default;
        }
Example #2
0
        public HTTPDriver()
        {
            "log".Log("Http driver singleton inited.");
            mRequestInfoList       = new List <HTTPJsonRequestInfo>();
            mRequestInfosNoWaiting = new List <HTTPJsonRequestInfo>();

            InitEncryptionHelper();

            StartUpdater?.Invoke(true, Update);
        }