C# Class Granados.SSH2.SSH2ConnectionInfo

A class retains miscellaneous informations about a SSH2 connection.
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
GetSSHHostKeyInformationProvider ( ) : ISSHHostKeyInformationProvider

Get an object that provides informations about a host key.

SSH2ConnectionInfo ( string hostName, int portNumber, string serverVersionString, string clientVersionString ) : System

Constructor

Method Details

GetSSHHostKeyInformationProvider() public méthode

Get an object that provides informations about a host key.
public GetSSHHostKeyInformationProvider ( ) : ISSHHostKeyInformationProvider
Résultat ISSHHostKeyInformationProvider

SSH2ConnectionInfo() public méthode

Constructor
public SSH2ConnectionInfo ( string hostName, int portNumber, string serverVersionString, string clientVersionString ) : System
hostName string host name
portNumber int port number
serverVersionString string a version string received from the server
clientVersionString string a version string of myself
Résultat System