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 --- MediaBrowser.Common/Net/IHttpClient.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Common/Net/IHttpClient.cs') diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs index 2998d1af9..6068d4e8c 100644 --- a/MediaBrowser.Common/Net/IHttpClient.cs +++ b/MediaBrowser.Common/Net/IHttpClient.cs @@ -11,6 +11,13 @@ namespace MediaBrowser.Common.Net /// public interface IHttpClient : IDisposable { + /// + /// Gets the response. + /// + /// The options. + /// Task{HttpResponseInfo}. + Task GetResponse(HttpRequestOptions options); + /// /// Performs a GET request and returns the resulting stream /// -- cgit v1.2.3