C# Class mRemoteNG.Connection.Protocol.VNC.ProtocolVNC

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

Méthodes publiques

Méthode Description
Connect ( ) : bool
Disconnect ( ) : void
Initialize ( ) : bool
ProtocolVNC ( ) : System
RefreshScreen ( ) : void
SendSpecialKeys ( SpecialKeys Keys ) : void
StartChat ( ) : void
StartFileTransfer ( ) : void
ToggleSmartSize ( ) : void
ToggleViewOnly ( ) : void

Private Methods

Méthode Description
SetEventHandlers ( ) : void
VNCEvent_Authenticate ( ) : string
VNCEvent_ClipboardChanged ( ) : void
VNCEvent_Connected ( object sender, EventArgs e ) : void
VNCEvent_Disconnected ( object sender, EventArgs e ) : void

Method Details

Connect() public méthode

public Connect ( ) : bool
Résultat bool

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

ProtocolVNC() public méthode

public ProtocolVNC ( ) : System
Résultat System

RefreshScreen() public méthode

public RefreshScreen ( ) : void
Résultat void

SendSpecialKeys() public méthode

public SendSpecialKeys ( SpecialKeys Keys ) : void
Keys SpecialKeys
Résultat void

StartChat() public méthode

public StartChat ( ) : void
Résultat void

StartFileTransfer() public méthode

public StartFileTransfer ( ) : void
Résultat void

ToggleSmartSize() public méthode

public ToggleSmartSize ( ) : void
Résultat void

ToggleViewOnly() public méthode

public ToggleViewOnly ( ) : void
Résultat void