diff options
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs | 6 |
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; } } } |
