ConnectionInfo
Gets or sets maximum number of session channels to be open simultaneously.
Gets connection port.
Gets proxy connection host.
Gets proxy connection password.
Gets proxy connection port.
Gets proxy type.
Gets proxy connection username.
Gets or sets number of retry attempts when session channel creation failed.
Gets the server version.
Gets or sets connection timeout.
Gets connection username.
Occurs when authentication banner is sent by the server.
Initializes a new instance of the ConnectionInfo class.
public ConnectionInfo(string host, int port, string username, AuthenticationMethod[] authenticationMethods)
Initializes a new instance of the ConnectionInfo class.
public ConnectionInfo(string host, int port, string username, ProxyTypes proxyType, string proxyHost, int proxyPort, string proxyUsername, string proxyPassword, AuthenticationMethod[] authenticationMethods)
Initializes a new instance of the ConnectionInfo class.