5 writes to Value
System.Web (4)
HttpRequest.cs (1)
686c.Value = s.Substring(i, l-i);
Security\AnonymousIdentificationModule.cs (1)
179cookie.Value = "NoCookie";
Security\FormsAuthenticationModule.cs (1)
168cookie.Value = strEnc;
Util\AspCompat.cs (1)
674_context.Response.Cookies[name].Value = text;
System.Workflow.Runtime (1)
Hosting\WorkflowWebHostingModule.cs (1)
90cookie.Value = workflowInstanceId.ToString();
34 references to Value
System.Web (33)
HttpCookieCollection.cs (2)
266EnsureKeyValidated(name, cookie.Value); 297EnsureKeyValidated(GetKey(index), cookie.Value);
HttpRequest.cs (5)
747lastCookie.Path = cookie.Value; 749lastCookie.Domain = cookie.Value; 1136_params.Add(cookie.Name, cookie.Value); 2056return c.Value; 2778String val = cc.Get(i).Value;
HttpValueCollection.cs (1)
274base.Add(cookie.Name, cookie.Value);
ModelBinding\CookieValueProvider.cs (1)
83string value = collection[key].Value;
Security\AnonymousIdentificationModule.cs (1)
195encValue = cookie.Value;
Security\FormsAuthentication.cs (3)
460context.CookielessHelper.SetCookieValue('F', cookie.Value); 601strUrl += "&" + cookie.Name + "=" + cookie.Value; 604strUrl += "?" + cookie.Name + "=" + cookie.Value;
Security\FormsAuthenticationModule.cs (1)
348encValue = cookie.Value;
Security\PassportIdentity.cs (6)
61String strMSPAuthCookie = ((cookieAuth != null && cookieAuth.Value != null) ? cookieAuth.Value : String.Empty); 62String strMSPProfCookie = ((cookieProf != null && cookieProf.Value != null) ? cookieProf.Value : String.Empty); 63String strMSPProfCCookie = ((cookieProfC != null && cookieProfC.Value != null) ? cookieProfC.Value : String.Empty);
Security\RoleManagerModule.cs (1)
110string cookieValue = cookie.Value;
State\SessionIDManager.cs (2)
301if (cookie != null && cookie.Value != null) { 302s = Decode((String)cookie.Value);
UI\TraceContext.cs (6)
563row[SR.Trace_Value] = cookies[i].Value; 566size += (cookies[i].Value == null) ? 0 : cookies[i].Value.Length; 593row[SR.Trace_Value] = cookies[i].Value; 596size += (cookies[i].Value == null) ? 0 : cookies[i].Value.Length;
UI\WebControls\CookieParameter.cs (1)
111return cookie.Value;
UnvalidatedRequestValues.cs (1)
128return cookie.Value;
Util\AspCompat.cs (1)
514String value = EncodeTab(c.Value);
WebSockets\AspNetWebSocketContextImpl.cs (1)
78Value = cookie.Value,
System.Workflow.Runtime (1)
Hosting\WorkflowWebHostingModule.cs (1)
73HttpContext.Current.Items.Add("__WorkflowInstanceId__", new Guid(routingCookie.Value));