C# Class Tamir.SharpSsh.jsch.ChannelShell

Inheritance: ChannelSession
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
init ( ) : void
setPty ( bool foo ) : void
setPtySize ( int col, int row, int wp, int hp ) : void
setXForwarding ( bool foo ) : void
start ( ) : void

Method Details

init() public méthode

public init ( ) : void
Résultat void

setPty() public méthode

public setPty ( bool foo ) : void
foo bool
Résultat void

setPtySize() public méthode

public setPtySize ( int col, int row, int wp, int hp ) : void
col int
row int
wp int
hp int
Résultat void

setXForwarding() public méthode

public setXForwarding ( bool foo ) : void
foo bool
Résultat void

start() public méthode

public start ( ) : void
Résultat void