Dart.Ssh Namespace : ConnectionInfo Class |
For a list of all members of this type, see ConnectionInfo members.
Name | Description | |
---|---|---|
![]() | ClientToServerCompressionMethod | The compression method used for sending packets from the client to the server. |
![]() | ClientToServerCryptoAlgorithm | The crypto algorithm used for packets from the client to the server. |
![]() | ClientToServerMACAlgorithm | The MAC algorithm used for packets from the client to the server. |
![]() | KeyExchangeAlgorithm | The key exchange (KEX) algorithm used in the latest key exchange. |
![]() | KeyExchangeCounter | The number of key exchanges performed on this connection thus far. |
![]() | ServerHostKey | The server host key sent during the latest key exchange. |
![]() | ServerHostKeyAlgorithm | The server host key algorithm used. |
![]() | ServerToClientCompressionMethod | The compression method used for sending packets from the server to the client. |
![]() | ServerToClientCryptoAlgorithm | The crypto algorithm used for packets from the server to the client. |
![]() | ServerToClientMACAlgorithm | The MAC algorithm used for packets from the server to the client. |