Dart.Ssh Namespace : Connection Class |
For a list of all members of this type, see Connection members.
Name | Description | |
---|---|---|
![]() | AuthenticationComplete | Indicates whether the authentication phase is complete. |
![]() | AuthenticationPartialSuccess | Returns true if there was at least one failed authentication request and the server marked the last failed authentication request "partial success". |
![]() ![]() | AvailableCiphers | Returns a list of supported cipher algorithms. |
![]() ![]() | AvailableKeyExchangeAlgorithms | Returns a list of supported key exchange algorithms. |
![]() ![]() | AvailableMACs | Returns a list of supported MAC algorithms. |
![]() ![]() | AvailableServerHostKeyAlgorithms | Returns a list of supported server host key algorithms. |
![]() | Client2ServerCiphers | Returns a list of ciphers available for the client-to-server direction, in order of preference. |
![]() | Client2ServerMACs | Returns a list of MACs available for the client-to-server direction, in order of preference. |
![]() | ConnectionInfo | Used to get or set the response timeout value in milliseconds. |
![]() | DHGexParameters | Parameters used in the diffie-hellman group exchange. |
![]() | KeyExchangeAlgorithms | Returns a list of available key exchange algorithms, in order of preference. |
![]() | LocalEndPoint | EndPoint to bind to locally. |
![]() | NegotiateCompression | Enables compression negotiation. |
![]() | Proxy | The Proxy used when establishing the connection via proxy. |
![]() | RemoteEndPoint | EndPoint of the remote host to connect to. |
![]() | Server2ClientCiphers | Returns a list of ciphers available for the server-to-client direction, in order of preference. |
![]() | Server2ClientMACs | Returns a list of macs available for the server-to-client direction, in order of preference. |
![]() | ServerHostKeyAlgorithms | Returns a list of available host key algorithms, in order of preference. |
![]() | TcpNoDelay | Enables TCP_NODELAY (Nagle's algorithm) on the underlying socket. |