mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Create HttpProxySettingsProvider and fixed related issues.
This commit is contained in:
parent
f807e44a39
commit
9e7927acec
14 changed files with 199 additions and 137 deletions
|
@ -41,7 +41,6 @@ namespace NzbDrone.Common.Http
|
|||
public bool StoreResponseCookie { get; set; }
|
||||
public TimeSpan RequestTimeout { get; set; }
|
||||
public TimeSpan RateLimit { get; set; }
|
||||
public HttpRequestProxySettings Proxy {get; set;}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue