C# 클래스 Tamir.SharpSsh.jsch.ChannelShell

상속: ChannelSession
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
init ( ) : void
setPty ( bool foo ) : void
setPtySize ( int col, int row, int wp, int hp ) : void
setXForwarding ( bool foo ) : void
start ( ) : void

메소드 상세

init() 공개 메소드

public init ( ) : void
리턴 void

setPty() 공개 메소드

public setPty ( bool foo ) : void
foo bool
리턴 void

setPtySize() 공개 메소드

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

setXForwarding() 공개 메소드

public setXForwarding ( bool foo ) : void
foo bool
리턴 void

start() 공개 메소드

public start ( ) : void
리턴 void