Dart.Ssh Namespace : Connection Class |
The following tables list the members exposed by Connection.
Name | Description | |
---|---|---|
Identification | The identifier presented to the SSH-2 server. |
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. |
Name | Description | |
---|---|---|
GetRemainingAuthMethods | Checks which authentication methods are supported by the server at the current stage of the authentication process. | |
GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. | |
IsAuthMethodAvailable | Checks if the specified authentication method is available. | |
OpenSession | Overloaded. Opens a new Session on this connection. | |
ReadXml | Generates an object from its XML representation. | |
WriteXml | Converts an object into its XML representation. |