C# 클래스 Poderosa.Protocols.SSHSocket

상속: SSHConnectionEventReceiverBase, IPoderosaSocket, ITerminalOutput, IKeyboardInteractiveAuthenticationHandler
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
AreYouThere ( ) : void
CleanupErrorStatus ( ) : void
Close ( ) : void
ForceDisposed ( ) : void
KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
OnKeyboardInteractiveAuthenticationStarted ( ) : void
OpenKeyboardInteractiveShell ( ) : void
OpenShell ( ) : void
RepeatAsyncRead ( IByteAsyncInputStream cb ) : void
Resize ( int width, int height ) : void
SSHSocket ( SSHTerminalConnection parent ) : System
SendBreak ( ) : void
SendKeepAliveData ( ) : void
Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void
Transmit ( byte buf, int offset, int length ) : void

메소드 상세

AreYouThere() 공개 메소드

public AreYouThere ( ) : void
리턴 void

CleanupErrorStatus() 공개 메소드

public CleanupErrorStatus ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

ForceDisposed() 공개 메소드

public ForceDisposed ( ) : void
리턴 void

KeyboardInteractiveAuthenticationPrompt() 공개 메소드

public KeyboardInteractiveAuthenticationPrompt ( string prompts, bool echoes ) : string[]
prompts string
echoes bool
리턴 string[]

OnKeyboardInteractiveAuthenticationCompleted() 공개 메소드

public OnKeyboardInteractiveAuthenticationCompleted ( bool success, Exception error ) : void
success bool
error System.Exception
리턴 void

OnKeyboardInteractiveAuthenticationStarted() 공개 메소드

public OnKeyboardInteractiveAuthenticationStarted ( ) : void
리턴 void

OpenKeyboardInteractiveShell() 공개 메소드

public OpenKeyboardInteractiveShell ( ) : void
리턴 void

OpenShell() 공개 메소드

public OpenShell ( ) : void
리턴 void

RepeatAsyncRead() 공개 메소드

public RepeatAsyncRead ( IByteAsyncInputStream cb ) : void
cb IByteAsyncInputStream
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

SSHSocket() 공개 메소드

public SSHSocket ( SSHTerminalConnection parent ) : System
parent SSHTerminalConnection
리턴 System

SendBreak() 공개 메소드

public SendBreak ( ) : void
리턴 void

SendKeepAliveData() 공개 메소드

public SendKeepAliveData ( ) : void
리턴 void

Transmit() 공개 메소드

public Transmit ( Poderosa.Protocols.ByteDataFragment data ) : void
data Poderosa.Protocols.ByteDataFragment
리턴 void

Transmit() 공개 메소드

public Transmit ( byte buf, int offset, int length ) : void
buf byte
offset int
length int
리턴 void