Exemplo n.º 1
0
 public FirefoxSharedLogin(IFirefoxCookieManager firefoxCookieManager, ILogger logger, INicoHttp http, INiconicoContext context, ICookieManager cookieManager, IFirefoxProfileManager firefoxProfileManager) : base(http, cookieManager, context)
 {
     this.firefoxCookieManager = firefoxCookieManager;
     this.logger = logger;
     this.firefoxProfileManager = firefoxProfileManager;
 }
Exemplo n.º 2
0
 public FirefoxCookieManager(IFirefoxProfileManager profileManager, INicoFileIO fileIO, ISqliteCookieLoader cookieLoader)
 {
     this.profileManager = profileManager;
     this.fileIO         = fileIO;
     this.cookieLoader   = cookieLoader;
 }