aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-06 16:47:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-06 16:47:37 -0400
commit05b79fd2e0e519f1fa5d67ed70a574b80736cb06 (patch)
tree52a7ed50935e77cfb1906e0341be734835118b33 /MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs
parentc568f352eb4ff006777a22b805dd68594ca89775 (diff)
split rt provider into two
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs')
-rw-r--r--MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs6
1 files changed, 6 insertions, 0 deletions
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
/// </summary>
/// <value><c>true</c> if [must revalidate]; otherwise, <c>false</c>.</value>
public bool MustRevalidate { get; set; }
+
+ /// <summary>
+ /// Gets or sets the request date.
+ /// </summary>
+ /// <value>The request date.</value>
+ public DateTime RequestDate { get; set; }
}
}