C# Class Poderosa.Sessions.TelnetSSHLoginDialog

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

Public Methods

Method Description
ApplyParam ( ) : void
ApplyParam ( IAdaptable destination, ITerminalSettings terminal ) : void
TelnetSSHLoginDialog ( IPoderosaMainWindow parentWindow ) : System

Protected Methods

Method Description
ClearConnectingState ( ) : void
Dispose ( bool disposing ) : void

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

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

Private Methods

Method 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 method

public ApplyParam ( ) : void
return void

ApplyParam() public method

public ApplyParam ( IAdaptable destination, ITerminalSettings terminal ) : void
destination IAdaptable
terminal ITerminalSettings
return void

ClearConnectingState() protected method

protected ClearConnectingState ( ) : void
return void

Dispose() protected method

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

OnActivated() protected method

protected OnActivated ( EventArgs args ) : void
args System.EventArgs
return void

PrepareTerminalParameter() protected method

protected PrepareTerminalParameter ( ) : ITerminalParameter
return ITerminalParameter

ShowError() protected method

protected ShowError ( string msg ) : void
msg string
return void

StartConnection() protected method

protected StartConnection ( ) : void
return void

TelnetSSHLoginDialog() public method

public TelnetSSHLoginDialog ( IPoderosaMainWindow parentWindow ) : System
parentWindow IPoderosaMainWindow
return System