Example #1
0
        public async Task PrepareCookie()
        {
            try
            {
                var cookie = await _cookieService.GetDevCenterCookie();

                _httpService.SetCookie(_hostUri, cookie);
            }
            catch
            {
                throw;
            }
            finally
            {
            }
        }