aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-30 01:07:25 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-30 01:07:25 -0500
commit0bdc8a49d5ea17417b3552d6db21239190bc4b6b (patch)
treeacf68343f6645bb57ad39ede2e24c9520b64dd90 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs
parent9b9e5fc4e48aa8d2595691b5cf0c3354f723726a (diff)
switch from httpclient to plain httpwebrequest
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>