From 0bdc8a49d5ea17417b3552d6db21239190bc4b6b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 30 Nov 2013 01:07:25 -0500 Subject: switch from httpclient to plain httpwebrequest --- MediaBrowser.Common/Net/IHttpClient.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Common/Net/IHttpClient.cs') diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs index 93348d4ca..54d6665e2 100644 --- a/MediaBrowser.Common/Net/IHttpClient.cs +++ b/MediaBrowser.Common/Net/IHttpClient.cs @@ -73,6 +73,11 @@ namespace MediaBrowser.Common.Net /// Task GetTempFile(HttpRequestOptions options); + /// + /// Gets the temporary file response. + /// + /// The options. + /// Task{HttpResponseInfo}. Task GetTempFileResponse(HttpRequestOptions options); } } \ No newline at end of file -- cgit v1.2.3