C# Class AxMSTSCLib.AxMsRdpClient

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

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
AxMsRdpClient ( )
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

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

AxMsRdpClient() public method

public AxMsRdpClient ( )

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

GetVirtualChannelOptions() public method

public GetVirtualChannelOptions ( string chanName ) : int
chanName string
return int

RequestClose() public method

public RequestClose ( ) : MSTSCLib.ControlCloseStatus
return MSTSCLib.ControlCloseStatus

SendOnVirtualChannel() public method

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

SetVirtualChannelOptions() public method

public SetVirtualChannelOptions ( string chanName, int chanOptions ) : void
chanName string
chanOptions int
return void