C# Class Tamir.SharpSsh.jsch.ChannelShell

Inheritance: ChannelSession
Mostra file Open project: soywiz/csharputils Class Usage Examples

Public Methods

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

public init ( ) : void
return void

setPty() public method

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

setPtySize() public method

public setPtySize ( int col, int row, int wp, int hp ) : void
col int
row int
wp int
hp int
return void

setXForwarding() public method

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

start() public method

public start ( ) : void
return void