win32API获取Cookie
摘要:
private const int INTERNET_COOKIE_HTTPONLY = 0x00002000;private const int INTERNET_COOKIE = 0x2000; [DllImport("wininet.dll", SetLastError = true)] private static extern bool InternetGetCookieEx( string url, string cookieName, StringBuilder cookieData, ref int size, int flags, IntPtr pRese 阅读全文
posted @ 2012-12-10 15:51 Jason_liu 阅读(990) 评论(0) 推荐(0) 编辑