Example #1
0
        public string GetCookie()
        {
            try
            {
                return(CookieTools.GetCookieInternal(extandedWebBrowser1.Url, false));
            }
            catch (Exception e)
            {
                MessageBox.Show(e.Message);
            }

            return("");
        }