C# Class AxMSTSCLib.AxMsTscAx

Inheritance: System.Windows.Forms.AxHost
Show file Open project: Nullstr1ng/MultiRDPClient.NET

Private Properties

Property 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

Public Methods

Method Description
AxMsTscAx ( )
Connect ( ) : void
CreateVirtualChannels ( string newVal ) : void
Disconnect ( ) : void
SendOnVirtualChannel ( string chanName, string chanData ) : void

Protected Methods

Method Description
AttachInterfaces ( ) : void
CreateSink ( ) : void
DetachSink ( ) : void

Private Methods

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

protected AttachInterfaces ( ) : void
return void

AxMsTscAx() public method

public AxMsTscAx ( )

Connect() public method

public Connect ( ) : void
return void

CreateSink() protected method

protected CreateSink ( ) : void
return void

CreateVirtualChannels() public method

public CreateVirtualChannels ( string newVal ) : void
newVal string
return void

DetachSink() protected method

protected DetachSink ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

SendOnVirtualChannel() public method

public SendOnVirtualChannel ( string chanName, string chanData ) : void
chanName string
chanData string
return void