diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-06-14 09:19:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-14 09:19:56 -0400 |
| commit | d4a42a1680a48cba0d87fac0808180e68072baab (patch) | |
| tree | 0969864c31878d1146e48167dc7a6bba70187266 /Emby.Server.Implementations/HttpClientManager/HttpClientInfo.cs | |
| parent | b25c08e79ae56fa9a69cbc4a0f4901c73c65e78a (diff) | |
| parent | af099a9b53616fdc38392c86236d00413cdc14c5 (diff) | |
Merge pull request #1080 from Bond-009/httpclient
Remove usage of deprecated 'WebRequest'
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; } - } -} |
