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