public FplHttpHandler(CookieFetcher cookieFetcher) { _cookieFetcher = cookieFetcher; AutomaticDecompression = DecompressionMethods.GZip; SslProtocols = System.Security.Authentication.SslProtocols.Tls12; }
public FplDelegatingHandler(CookieFetcher cookieFetcher) { _cookieFetcher = cookieFetcher; }