C# 클래스 Granados.SSH2.SSH2ConnectionInfo

A class retains miscellaneous informations about a SSH2 connection.
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
GetSSHHostKeyInformationProvider ( ) : ISSHHostKeyInformationProvider

Get an object that provides informations about a host key.

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

Constructor

메소드 상세

GetSSHHostKeyInformationProvider() 공개 메소드

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

SSH2ConnectionInfo() 공개 메소드

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
리턴 System