diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-26 01:16:02 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-01-03 18:24:26 +0100 |
| commit | a1b96a3135bdae274db58ef35ab35708f2257896 (patch) | |
| tree | 5ae2a270e46d331964c83ffbcf89d9d960e5c948 /MediaBrowser.Common/Net/IHttpClient.cs | |
| parent | 0cafd7dfefe07bf8e1d997c384561707e1b22c6a (diff) | |
Clean up HttpClientManager, LiveTvManager and InstallationManager
Diffstat (limited to 'MediaBrowser.Common/Net/IHttpClient.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/IHttpClient.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs index cf5511965..f88cfbb2b 100644 --- a/MediaBrowser.Common/Net/IHttpClient.cs +++ b/MediaBrowser.Common/Net/IHttpClient.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Threading; +using System.IO; using System.Threading.Tasks; namespace MediaBrowser.Common.Net @@ -56,4 +53,4 @@ namespace MediaBrowser.Common.Net /// <returns>Task{HttpResponseInfo}.</returns> Task<HttpResponseInfo> GetTempFileResponse(HttpRequestOptions options); } -}
\ No newline at end of file +} |
