3 references to UnsafeNativeMethods
System.Web.Extensions (3)
ClientServices\Providers\ProxyHelper.cs (3)
355if (UnsafeNativeMethods.InternetSetCookieW(serverUri, null, cookieName + " = " + cookieValue) == 0) { 371if (UnsafeNativeMethods.InternetGetCookieW(uri, null, null, ref size) == 0 || size < 1) 374if (UnsafeNativeMethods.InternetGetCookieW(uri, null, cookieValue, ref size) == 0)