3 references to Get
System.Web (1)
HttpCookieCollection.cs (1)
278
get { return
Get
(name);}
System.Workflow.Runtime (2)
Hosting\WorkflowWebHostingModule.cs (2)
69
HttpCookie routingCookie = HttpContext.Current.Request.Cookies.
Get
("WF_WorkflowInstanceId");
81
HttpCookie cookie = HttpContext.Current.Request.Cookies.
Get
("WF_WorkflowInstanceId");