public DomainParseService(ILogService log, ProxyService proxy, ISettingsService settings) { _log = log; _settings = settings; _proxy = proxy; }
public WebTldRuleProvider(ProxyService proxy, ILogService log, ISettingsService settings) { _fileUrl = "https://publicsuffix.org/list/public_suffix_list.dat"; _cache = new FileCacheProvider(log, settings); _proxy = proxy; }