C# Class AxMSTSCLib.AxMsRdpClient2

Inheritance: System.Windows.Forms.AxHost
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Private Properties

Свойство Type Description
RaiseOnOnAutoReconnecting void
RaiseOnOnChannelReceivedData void
RaiseOnOnConfirmClose void
RaiseOnOnConnected void
RaiseOnOnConnecting void
RaiseOnOnDisconnected void
RaiseOnOnEnterFullScreenMode void
RaiseOnOnFatalError void
RaiseOnOnIdleTimeoutNotification void
RaiseOnOnLeaveFullScreenMode void
RaiseOnOnLoginComplete void
RaiseOnOnReceivedTSPublicKey void
RaiseOnOnRemoteDesktopSizeChange void
RaiseOnOnRequestContainerMinimize void
RaiseOnOnRequestGoFullScreen void
RaiseOnOnRequestLeaveFullScreen void
RaiseOnOnWarning void

Méthodes publiques

Méthode Description
AxMsRdpClient2 ( )
Connect ( ) : void
CreateVirtualChannels ( string newVal ) : void
Disconnect ( ) : void
GetVirtualChannelOptions ( string chanName ) : int
RequestClose ( ) : MSTSCLib.ControlCloseStatus
SendOnVirtualChannel ( string chanName, string chanData ) : void
SetVirtualChannelOptions ( string chanName, int chanOptions ) : void

Méthodes protégées

Méthode Description
AttachInterfaces ( ) : void
CreateSink ( ) : void
DetachSink ( ) : void

Private Methods

Méthode Description
RaiseOnOnAutoReconnecting ( object sender, IMsTscAxEvents_OnAutoReconnectingEvent e ) : void
RaiseOnOnChannelReceivedData ( object sender, IMsTscAxEvents_OnChannelReceivedDataEvent e ) : void
RaiseOnOnConfirmClose ( object sender, IMsTscAxEvents_OnConfirmCloseEvent e ) : void
RaiseOnOnConnected ( object sender, System e ) : void
RaiseOnOnConnecting ( object sender, System e ) : void
RaiseOnOnDisconnected ( object sender, IMsTscAxEvents_OnDisconnectedEvent e ) : void
RaiseOnOnEnterFullScreenMode ( object sender, System e ) : void
RaiseOnOnFatalError ( object sender, IMsTscAxEvents_OnFatalErrorEvent e ) : void
RaiseOnOnIdleTimeoutNotification ( object sender, System e ) : void
RaiseOnOnLeaveFullScreenMode ( object sender, System e ) : void
RaiseOnOnLoginComplete ( object sender, System e ) : void
RaiseOnOnReceivedTSPublicKey ( object sender, IMsTscAxEvents_OnReceivedTSPublicKeyEvent e ) : void
RaiseOnOnRemoteDesktopSizeChange ( object sender, IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent e ) : void
RaiseOnOnRequestContainerMinimize ( object sender, System e ) : void
RaiseOnOnRequestGoFullScreen ( object sender, System e ) : void
RaiseOnOnRequestLeaveFullScreen ( object sender, System e ) : void
RaiseOnOnWarning ( object sender, IMsTscAxEvents_OnWarningEvent e ) : void

Method Details

AttachInterfaces() protected méthode

protected AttachInterfaces ( ) : void
Résultat void

AxMsRdpClient2() public méthode

public AxMsRdpClient2 ( )

Connect() public méthode

public Connect ( ) : void
Résultat void

CreateSink() protected méthode

protected CreateSink ( ) : void
Résultat void

CreateVirtualChannels() public méthode

public CreateVirtualChannels ( string newVal ) : void
newVal string
Résultat void

DetachSink() protected méthode

protected DetachSink ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

GetVirtualChannelOptions() public méthode

public GetVirtualChannelOptions ( string chanName ) : int
chanName string
Résultat int

RequestClose() public méthode

public RequestClose ( ) : MSTSCLib.ControlCloseStatus
Résultat MSTSCLib.ControlCloseStatus

SendOnVirtualChannel() public méthode

public SendOnVirtualChannel ( string chanName, string chanData ) : void
chanName string
chanData string
Résultat void

SetVirtualChannelOptions() public méthode

public SetVirtualChannelOptions ( string chanName, int chanOptions ) : void
chanName string
chanOptions int
Résultat void