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

Inheritance: ProtocolBase
Mostra file Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method 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

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

public Connect ( ) : bool
return bool

Disconnect() public method

public Disconnect ( ) : void
return void

Initialize() public method

public Initialize ( ) : bool
return bool

ProtocolVNC() public method

public ProtocolVNC ( ) : System
return System

RefreshScreen() public method

public RefreshScreen ( ) : void
return void

SendSpecialKeys() public method

public SendSpecialKeys ( SpecialKeys Keys ) : void
Keys SpecialKeys
return void

StartChat() public method

public StartChat ( ) : void
return void

StartFileTransfer() public method

public StartFileTransfer ( ) : void
return void

ToggleSmartSize() public method

public ToggleSmartSize ( ) : void
return void

ToggleViewOnly() public method

public ToggleViewOnly ( ) : void
return void