struct iox.SshChannel.ConnectParams

struct ConnectParams {
    // fields

    size_t m_readBlockSize;
    size_t m_readBufferSize;
    size_t m_writeBufferSize;
    uint_t m_defaultPort;
    ui.AuthenticationMethod m_authenticationMethod;
    string_t m_privateKeyFileName;
    bool m_rememberLastPassword;
    io.SshConnectParams m_sshParams;
    io.SocketAddress m_localAddress;
    io.SocketOptions m_socketOptions;
    bool m_useReconnect;
    uint_t m_reconnectTimeout;
};