3 references to HttpCookie
System.Web (2)
HttpCookieCollection.cs (1)
260cookie = new HttpCookie(name);
Util\AspCompat.cs (1)
670_context.Response.Cookies.Add(new HttpCookie(name));
System.Workflow.Runtime (1)
Hosting\WorkflowWebHostingModule.cs (1)
85cookie = new HttpCookie("WF_WorkflowInstanceId");