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

상속: ChannelSession
파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
getErrStream ( ) : Tamir.SharpSsh.java.io.InputStream
init ( ) : void
setErrStream ( System outs ) : void
setPty ( bool foo ) : void
setSubsystem ( String foo ) : void
setWantReply ( bool foo ) : void
setXForwarding ( bool foo ) : void
start ( ) : void

메소드 상세

getErrStream() 공개 메소드

public getErrStream ( ) : Tamir.SharpSsh.java.io.InputStream
리턴 Tamir.SharpSsh.java.io.InputStream

init() 공개 메소드

public init ( ) : void
리턴 void

setErrStream() 공개 메소드

public setErrStream ( System outs ) : void
outs System
리턴 void

setPty() 공개 메소드

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

setSubsystem() 공개 메소드

public setSubsystem ( String foo ) : void
foo String
리턴 void

setWantReply() 공개 메소드

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

setXForwarding() 공개 메소드

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

start() 공개 메소드

public start ( ) : void
리턴 void