C# Class mRemoteNG.Connection.Protocol.ICA.ProtocolICA

Inheritance: ProtocolBase
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( ) : bool
Initialize ( ) : bool
ProtocolICA ( ) : System
tmrReconnect_Elapsed ( object sender, System e ) : void

Private Methods

Méthode Description
ICAEvent_OnConnectFailed ( object sender, EventArgs e ) : void
ICAEvent_OnConnected ( object sender, EventArgs e ) : void
ICAEvent_OnConnecting ( object sender, EventArgs e ) : void
ICAEvent_OnDisconnect ( object sender, EventArgs e ) : void
SetColors ( ) : void
SetCredentials ( ) : void
SetEventHandlers ( ) : void
SetResolution ( ) : void
SetSecurity ( ) : void
defaultInstance_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void

Method Details

Connect() public méthode

public Connect ( ) : bool
Résultat bool

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

ProtocolICA() public méthode

public ProtocolICA ( ) : System
Résultat System

tmrReconnect_Elapsed() public méthode

public tmrReconnect_Elapsed ( object sender, System e ) : void
sender object
e System
Résultat void