C# Class Poderosa.PortForwarding.SynchronizedSSHChannel

Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
SendEOF ( ) : void
SynchronizedSSHChannel ( ISSHChannel ch ) : System
Transmit ( byte data, int offset, int length ) : void
WaitReady ( ) : bool

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

SendEOF() public méthode

public SendEOF ( ) : void
Résultat void

SynchronizedSSHChannel() public méthode

public SynchronizedSSHChannel ( ISSHChannel ch ) : System
ch ISSHChannel
Résultat System

Transmit() public méthode

public Transmit ( byte data, int offset, int length ) : void
data byte
offset int
length int
Résultat void

WaitReady() public méthode

public WaitReady ( ) : bool
Résultat bool