C# Class Tamir.SharpSsh.jsch.ChannelExec

Inheritance: ChannelSession
Exibir arquivo Open project: soywiz/csharputils Class Usage Examples

Public Methods

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

public getErrStream ( ) : Stream
return Stream

init() public method

public init ( ) : void
return void

setCommand() public method

public setCommand ( String foo ) : void
foo String
return void

setErrStream() public method

public setErrStream ( Stream Out ) : void
Out Stream
return void

setPty() public method

public setPty ( bool foo ) : void
foo bool
return void

setXForwarding() public method

public setXForwarding ( bool foo ) : void
foo bool
return void

start() public method

public start ( ) : void
return void