C# Class AxMSTSCLib.AxMsTscAx

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

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
AxMsTscAx ( )
Connect ( ) : void
CreateVirtualChannels ( string newVal ) : void
Disconnect ( ) : void
SendOnVirtualChannel ( string chanName, string chanData ) : 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

AxMsTscAx() public méthode

public AxMsTscAx ( )

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

SendOnVirtualChannel() public méthode

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