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