Exemplo n.º 1
0
        public FplHttpHandler(CookieFetcher cookieFetcher)
        {
            _cookieFetcher = cookieFetcher;


            AutomaticDecompression = DecompressionMethods.GZip;
            SslProtocols           = System.Security.Authentication.SslProtocols.Tls12;
        }
Exemplo n.º 2
0
 public FplDelegatingHandler(CookieFetcher cookieFetcher)
 {
     _cookieFetcher = cookieFetcher;
 }