New: Http/Socks proxy support.

fixes #732
This commit is contained in:
Taloth Saldono 2016-05-22 15:57:38 +02:00
commit 54c17de849
27 changed files with 662 additions and 66 deletions

View file

@ -16,7 +16,6 @@ using NzbDrone.Core.Messaging.Commands;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Core.Update;
namespace NzbDrone.Core.Configuration
{
public interface IConfigFileProvider : IHandleAsync<ApplicationStartedEvent>,