switch from httpclient to plain httpwebrequest

This commit is contained in:
Luke Pulverenti
2013-11-30 01:07:25 -05:00
parent 9b9e5fc4e4
commit 0bdc8a49d5
7 changed files with 302 additions and 281 deletions

View File

@@ -1,5 +1,4 @@
using System;
using System.Net.Http;
namespace MediaBrowser.Common.Implementations.HttpClientManager
{
@@ -8,11 +7,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
/// </summary>
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>