2 references to InternetGetCookieW
System.Web.Extensions (2)
ClientServices\Providers\ProxyHelper.cs (2)
371if (UnsafeNativeMethods.InternetGetCookieW(uri, null, null, ref size) == 0 || size < 1) 374if (UnsafeNativeMethods.InternetGetCookieW(uri, null, cookieValue, ref size) == 0)