Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Tamir
SharpSsh
jsch
ChannelExec
C# Class Tamir.SharpSsh.jsch.ChannelExec
Inheritance:
ChannelSession
显示文件
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