C# Class Granados.SSH2.SSH2ConnectionInfo

A class retains miscellaneous informations about a SSH2 connection.
Mostrar archivo Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method 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 method

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

SSH2ConnectionInfo() public method

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
return System