C# Class Tamir.SharpSsh.jsch.RequestWindowChange

Inheritance: Request
显示文件 Open project: soywiz/csharputils Class Usage Examples

Public Methods

Method Description
request ( Session session, Channel channel ) : void
setSize ( int row, int col, int wp, int hp ) : void
waitForReply ( ) : bool

Method Details

request() public method

public request ( Session session, Channel channel ) : void
session Session
channel Channel
return void

setSize() public method

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

waitForReply() public method

public waitForReply ( ) : bool
return bool