diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-03-08 20:17:17 +0100 |
|---|---|---|
| committer | DrPandemic <bipbip500@gmail.com> | 2019-06-17 19:35:05 -0400 |
| commit | 067200be83ff220c0aae501d138b0ab284370b60 (patch) | |
| tree | e39e46459dd997d8d37fdbc22b7d9fa027470cdb /Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs | |
| parent | d5fe82314e11d3b8b2ba58e4684a7968fbe6dbca (diff) | |
Remove usage of depricated 'WebRequest'
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2
Diffstat (limited to 'Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs b/Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs deleted file mode 100644 index f747b01b9..000000000 --- a/Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using System.Net.Http; - -namespace Emby.Server.Implementations.HttpClientManager -{ - /// <summary> - /// Class HttpClientInfo - /// </summary> - public class HttpClientInfo - { - /// <summary> - /// Gets or sets the last timeout. - /// </summary> - /// <value>The last timeout.</value> - public DateTime LastTimeout { get; set; } - public HttpClient HttpClient { get; set; } - } -} |
