From 05b79fd2e0e519f1fa5d67ed70a574b80736cb06 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 6 May 2013 16:47:37 -0400 Subject: split rt provider into two --- .../HttpClientManager/HttpResponseInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs') diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs index 240e99d79..4a4612ffb 100644 --- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs +++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs @@ -36,5 +36,11 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager /// /// true if [must revalidate]; otherwise, false. public bool MustRevalidate { get; set; } + + /// + /// Gets or sets the request date. + /// + /// The request date. + public DateTime RequestDate { get; set; } } } -- cgit v1.2.3