7 references to Timestamp
System.ServiceModel.Web (2)
System\ServiceModel\Web\CachingParameterInspector.cs (2)
311cache.SetExpires(HttpContext.Current.Timestamp.AddSeconds((double)this.cacheProfile.Duration)); 314cache.SetLastModified(HttpContext.Current.Timestamp);
System.Web (5)
Abstractions\HttpContextWrapper.cs (1)
205return _context.Timestamp;
HttpResponse.cs (1)
3138Cache.SetExpires(_context.Timestamp + new TimeSpan(0, _expiresInMinutes, 0));
UI\Page.cs (2)
3703cache.SetExpires(Context.Timestamp.AddSeconds(duration)); 3706cache.SetLastModified(Context.Timestamp);
UI\TraceContext.cs (1)
767row[SR.Trace_Time_of_Request] = _context.Timestamp.ToString("G");