Response cookies not stored by default.

This commit is contained in:
Taloth Saldono 2015-04-13 23:25:14 +02:00
parent d4532c3856
commit ee87537848
4 changed files with 54 additions and 5 deletions

View file

@ -46,6 +46,7 @@ namespace NzbDrone.Common.Http
public bool SuppressHttpError { get; set; }
public bool AllowAutoRedirect { get; set; }
public Dictionary<string, string> Cookies { get; private set; }
public bool StoreResponseCookie { get; set; }
public override string ToString()
{