SSH.DisconnectReason - charonn0/RB-libssh2 GitHub Wiki
SSH.DisconnectReason
Enumeration
Protected Enum DisconnectReason
HostNotAllowed
ProtocolError
KeyExchangeFailed
Reserved
MACError
CompressionError
ServiceNotAvailable
ProtocolVersionNotSupported
HostKeyNotVerifiable
ConnectionLost
AppRequested
TooManyConnections
AuthCanceledByUser
NoMoreAuthMethodsAvailable
IllegalUsername
Remarks
Used in the Session class to indicate the reason for disconnecting.
See also
- Session.Close method