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