diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-30 01:07:25 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-11-30 01:07:25 -0500 |
| commit | 0bdc8a49d5ea17417b3552d6db21239190bc4b6b (patch) | |
| tree | acf68343f6645bb57ad39ede2e24c9520b64dd90 /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs | |
| parent | 9b9e5fc4e48aa8d2595691b5cf0c3354f723726a (diff) | |
switch from httpclient to plain httpwebrequest
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpClientManager/HttpClientInfo.cs | 6 |
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> |
