1 reference to InternetSetCookieW
System.Web.Extensions (1)
ClientServices\Providers\ProxyHelper.cs (1)
355
if (UnsafeNativeMethods.
InternetSetCookieW
(serverUri, null, cookieName + " = " + cookieValue) == 0) {