Пример #1
0
    public FplHttpHandler(CookieFetcher cookieFetcher)
    {
        _cookieFetcher = cookieFetcher;


        AutomaticDecompression = DecompressionMethods.GZip;
        SslProtocols           = System.Security.Authentication.SslProtocols.Tls12;
    }
Пример #2
0
 public FplDelegatingHandler(CookieFetcher cookieFetcher)
 {
     _cookieFetcher = cookieFetcher;
 }