aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-12-04 15:07:56 -0500
committerEric Reed <ebr@mediabrowser3.com>2013-12-04 15:07:56 -0500
commit6819be81601f6a95a60ce2735474ae0015d19bff (patch)
tree7e2743455e53d4a028fae789f2fc74a7c5ae87b9 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs
parent190be6311fbdf3a73f9c8e330f44edafe7764284 (diff)
parentcb882a4b48e9cf03cd363c54d93338ad62153e7e (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs')
-rw-r--r--MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs
index 33f7079df..8af6ef6c6 100644
--- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs
+++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs
@@ -1,5 +1,4 @@
using System;
-using System.Net.Http;
namespace MediaBrowser.Common.Implementations.HttpClientManager
{
@@ -9,11 +8,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
public class HttpClientInfo
{
/// <summary>
- /// Gets or sets the HTTP client.
- /// </summary>
- /// <value>The HTTP client.</value>
- public HttpClient HttpClient { get; set; }
- /// <summary>
/// Gets or sets the last timeout.
/// </summary>
/// <value>The last timeout.</value>