public SearchMission(HttpClient httpClient, Tavis.IANA.SearchLink link) { _httpClient = httpClient; _link = link; }
public HttpCacheHandler(HttpMessageHandler innerHandler, Tavis.HttpCache.HttpCache httpCache) { _httpCache = httpCache; InnerHandler = innerHandler; }