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