From 8a1b12b7d805ce35f4e10acf2294f355f47e75e3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 28 Jun 2013 16:25:58 -0400 Subject: tightened up image saving to reduce knowledge of file names --- .../HttpClientManager/HttpResponseInfo.cs | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs') diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs deleted file mode 100644 index 4a4612ffb..000000000 --- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpResponseInfo.cs +++ /dev/null @@ -1,46 +0,0 @@ -using System; - -namespace MediaBrowser.Common.Implementations.HttpClientManager -{ - /// - /// Class HttpResponseOutput - /// - public class HttpResponseInfo - { - /// - /// Gets or sets the URL. - /// - /// The URL. - public string Url { get; set; } - - /// - /// Gets or sets the etag. - /// - /// The etag. - public string Etag { get; set; } - - /// - /// Gets or sets the last modified. - /// - /// The last modified. - public DateTime? LastModified { get; set; } - - /// - /// Gets or sets the expires. - /// - /// The expires. - public DateTime? Expires { get; set; } - - /// - /// Gets or sets a value indicating whether [must revalidate]. - /// - /// 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