Beispiel #1
0
        public void SetDetails(string hostname, string hostport, string username, string password,
                               SslProtocols securityProtocols = SslProtocols.None, bool isPassive = true)
        {
            Log.Start();

            SetDetails(hostname, hostport,
                       username, password, securityProtocols.GetSSLType(), isPassive, true, 120);
        }