C# 클래스 Poderosa.Protocols.ProtocolsPlugin

상속: Poderosa.Plugins.PluginBase, IProtocolService, IProtocolTestService
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RegisterTerminalParameterSerializers void

공개 메소드들

메소드 설명
AsyncCygwinConnect ( IInterruptableConnectorClient result_client, ICygwinParameter destination ) : IInterruptable
AsyncSSHConnect ( IInterruptableConnectorClient result_client, ISSHLoginParameter destination ) : IInterruptable
AsyncTelnetConnect ( IInterruptableConnectorClient result_client, ITCPParameter destination ) : IInterruptable
CreateDefaultCygwinParameter ( ) : ICygwinParameter
CreateDefaultSSHParameter ( ) : ISSHLoginParameter
CreateDefaultTelnetParameter ( ) : ITCPParameter
CreateFormBasedSynchronozedConnector ( IPoderosaForm form ) : ISynchronizedConnector
CreateLoopbackConnection ( ) : ITerminalConnection
InitializePlugin ( IPoderosaWorld poderosa ) : void
NetLog ( string text ) : void

비공개 메소드들

메소드 설명
RegisterTerminalParameterSerializers ( IExtensionPoint extp ) : void

메소드 상세

AsyncCygwinConnect() 공개 메소드

public AsyncCygwinConnect ( IInterruptableConnectorClient result_client, ICygwinParameter destination ) : IInterruptable
result_client IInterruptableConnectorClient
destination ICygwinParameter
리턴 IInterruptable

AsyncSSHConnect() 공개 메소드

public AsyncSSHConnect ( IInterruptableConnectorClient result_client, ISSHLoginParameter destination ) : IInterruptable
result_client IInterruptableConnectorClient
destination ISSHLoginParameter
리턴 IInterruptable

AsyncTelnetConnect() 공개 메소드

public AsyncTelnetConnect ( IInterruptableConnectorClient result_client, ITCPParameter destination ) : IInterruptable
result_client IInterruptableConnectorClient
destination ITCPParameter
리턴 IInterruptable

CreateDefaultCygwinParameter() 공개 메소드

public CreateDefaultCygwinParameter ( ) : ICygwinParameter
리턴 ICygwinParameter

CreateDefaultSSHParameter() 공개 메소드

public CreateDefaultSSHParameter ( ) : ISSHLoginParameter
리턴 ISSHLoginParameter

CreateDefaultTelnetParameter() 공개 메소드

public CreateDefaultTelnetParameter ( ) : ITCPParameter
리턴 ITCPParameter

CreateFormBasedSynchronozedConnector() 공개 메소드

public CreateFormBasedSynchronozedConnector ( IPoderosaForm form ) : ISynchronizedConnector
form IPoderosaForm
리턴 ISynchronizedConnector

CreateLoopbackConnection() 공개 메소드

public CreateLoopbackConnection ( ) : ITerminalConnection
리턴 ITerminalConnection

InitializePlugin() 공개 메소드

public InitializePlugin ( IPoderosaWorld poderosa ) : void
poderosa IPoderosaWorld
리턴 void

NetLog() 공개 메소드

public NetLog ( string text ) : void
text string
리턴 void