diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-05 15:49:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-05 15:49:02 -0400 |
| commit | 49b799adbe3d65973b136bee758584748ecf6c2a (patch) | |
| tree | ce6784069ed4cb412c917dc1e3d884c56dea2654 /MediaBrowser.Common/Net/IHttpClient.cs | |
| parent | 3b318a3add352a72b6b0430300fddbf61edac216 (diff) | |
3.2.30.8
Diffstat (limited to 'MediaBrowser.Common/Net/IHttpClient.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/IHttpClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs index 4eabbc803..15257715f 100644 --- a/MediaBrowser.Common/Net/IHttpClient.cs +++ b/MediaBrowser.Common/Net/IHttpClient.cs @@ -9,7 +9,7 @@ namespace MediaBrowser.Common.Net /// <summary> /// Interface IHttpClient /// </summary> - public interface IHttpClient : IDisposable + public interface IHttpClient { /// <summary> /// Gets the response. |
