split rt provider into two

This commit is contained in:
Luke Pulverenti
2013-05-06 16:47:37 -04:00
parent c568f352eb
commit 05b79fd2e0
8 changed files with 285 additions and 96 deletions

View File

@@ -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; }
}
}