C# Class Poderosa.Sessions.TelnetSSHLoginDialog

Inheritance: LoginDialogBase
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
ApplyParam ( ) : void
ApplyParam ( IAdaptable destination, ITerminalSettings terminal ) : void
TelnetSSHLoginDialog ( IPoderosaMainWindow parentWindow ) : System

Méthodes protégées

Méthode Description
ClearConnectingState ( ) : void
Dispose ( bool disposing ) : void

使用されているリソースに後処理を実行します。

OnActivated ( EventArgs args ) : void
PrepareTerminalParameter ( ) : ITerminalParameter
ShowError ( string msg ) : void
StartConnection ( ) : void

Private Methods

Méthode Description
AdjustAuthenticationUI ( object sender, System e ) : void
AdjustConnectionUI ( object sender, System e ) : void
EnableValidControls ( ) : void
FindPortIndex ( int port ) : int
InitializeComponent ( ) : void

デザイナ サポートに必要なメソッドです。このメソッドの内容を コード エディタで変更しないでください。

InitializeLoginParams ( ) : void
InitializeText ( ) : void
OnHostIsSelected ( object sender, System e ) : void
OnLogTypeChanged ( object sender, System e ) : void
OnOpenPrivateKey ( object sender, System e ) : void
ParsePort ( string text ) : int
PortDescription ( int port ) : string
SelectLog ( object sender, System e ) : void
ToAuthType ( AuthenticationType type ) : AuthType
ToAuthenticationType ( AuthType type ) : AuthenticationType
ValidateContent ( ) : ITerminalParameter
_newLineBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
_selectAutoExecMacroButton_Click ( object sender, EventArgs e ) : void

Method Details

ApplyParam() public méthode

public ApplyParam ( ) : void
Résultat void

ApplyParam() public méthode

public ApplyParam ( IAdaptable destination, ITerminalSettings terminal ) : void
destination IAdaptable
terminal ITerminalSettings
Résultat void

ClearConnectingState() protected méthode

protected ClearConnectingState ( ) : void
Résultat void

Dispose() protected méthode

使用されているリソースに後処理を実行します。
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnActivated() protected méthode

protected OnActivated ( EventArgs args ) : void
args System.EventArgs
Résultat void

PrepareTerminalParameter() protected méthode

protected PrepareTerminalParameter ( ) : ITerminalParameter
Résultat ITerminalParameter

ShowError() protected méthode

protected ShowError ( string msg ) : void
msg string
Résultat void

StartConnection() protected méthode

protected StartConnection ( ) : void
Résultat void

TelnetSSHLoginDialog() public méthode

public TelnetSSHLoginDialog ( IPoderosaMainWindow parentWindow ) : System
parentWindow IPoderosaMainWindow
Résultat System