C# Class Poderosa.PortForwarding.SynchronizedSSHChannel

ファイルを表示 Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
Close ( ) : void
SendEOF ( ) : void
SynchronizedSSHChannel ( ISSHChannel ch ) : System
Transmit ( byte data, int offset, int length ) : void
WaitReady ( ) : bool

Method Details

Close() public method

public Close ( ) : void
return void

SendEOF() public method

public SendEOF ( ) : void
return void

SynchronizedSSHChannel() public method

public SynchronizedSSHChannel ( ISSHChannel ch ) : System
ch ISSHChannel
return System

Transmit() public method

public Transmit ( byte data, int offset, int length ) : void
data byte
offset int
length int
return void

WaitReady() public method

public WaitReady ( ) : bool
return bool