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 --- .../HttpClientManager/HttpClientInfo.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs') 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 { @@ -8,11 +7,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager /// public class HttpClientInfo { - /// - /// Gets or sets the HTTP client. - /// - /// The HTTP client. - public HttpClient HttpClient { get; set; } /// /// Gets or sets the last timeout. /// -- cgit v1.2.3