1 write to _utcTimestamp
System.Web (1)
HttpContext.cs (1)
476_utcTimestamp = DateTime.UtcNow;
3 references to _utcTimestamp
System.Web (3)
HttpContext.cs (3)
1391get { return _utcTimestamp.ToLocalTime();} 1395get { return _utcTimestamp;} 1778if (_utcTimestamp + Timeout < utcNow) {