14 references to Add
System.Web (13)
Security\AnonymousIdentificationModule.cs (3)
98context.Response.Cookies.Add(cookie); 180context.Response.Cookies.Add(cookie); 271context.Response.Cookies.Add(cookie);
Security\CookielessHelper.cs (1)
305_Context.Response.Cookies.Add(new HttpCookie(s_AutoDetectName, s_AutoDetectValue));
Security\FormsAuthentication.cs (2)
422context.Response.Cookies.Add(cookie); 456HttpContext.Current.Response.Cookies.Add(cookie);
Security\FormsAuthenticationModule.cs (2)
175e.Context.Response.Cookies.Add(cookie); 463context.Response.Cookies.Add(cookie);
Security\PassportIdentity.cs (1)
1017context.Response.Cookies.Add(cookie);
Security\RoleManagerModule.cs (1)
187context.Response.Cookies.Add(cookie);
Security\Roles.cs (1)
442context.Response.Cookies.Add(cookie);
State\SessionIDManager.cs (1)
356context.Response.Cookies.Add(cookie);
Util\AspCompat.cs (1)
670_context.Response.Cookies.Add(new HttpCookie(name));
System.Workflow.Runtime (1)
Hosting\WorkflowWebHostingModule.cs (1)
91HttpContext.Current.Response.Cookies.Add(cookie);