C# Class Tamir.SharpSsh.jsch.ChannelExec

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

Méthodes publiques

Méthode Description
getErrStream ( ) : Stream
init ( ) : void
setCommand ( String foo ) : void
setErrStream ( Stream Out ) : void
setPty ( bool foo ) : void
setXForwarding ( bool foo ) : void
start ( ) : void

Method Details

getErrStream() public méthode

public getErrStream ( ) : Stream
Résultat Stream

init() public méthode

public init ( ) : void
Résultat void

setCommand() public méthode

public setCommand ( String foo ) : void
foo String
Résultat void

setErrStream() public méthode

public setErrStream ( Stream Out ) : void
Out Stream
Résultat void

setPty() public méthode

public setPty ( bool foo ) : void
foo bool
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