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 |
Method | 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 |
Method | Description | |
---|---|---|
AttachInterfaces ( ) : void | ||
CreateSink ( ) : void | ||
DetachSink ( ) : void |
Method | Description | |
---|---|---|
RaiseOnOnAutoReconnecting ( object sender, |
||
RaiseOnOnChannelReceivedData ( object sender, |
||
RaiseOnOnConfirmClose ( object sender, |
||
RaiseOnOnConnected ( object sender, System e ) : void | ||
RaiseOnOnConnecting ( object sender, System e ) : void | ||
RaiseOnOnDisconnected ( object sender, |
||
RaiseOnOnEnterFullScreenMode ( object sender, System e ) : void | ||
RaiseOnOnFatalError ( object sender, |
||
RaiseOnOnIdleTimeoutNotification ( object sender, System e ) : void | ||
RaiseOnOnLeaveFullScreenMode ( object sender, System e ) : void | ||
RaiseOnOnLoginComplete ( object sender, System e ) : void | ||
RaiseOnOnReceivedTSPublicKey ( object sender, |
||
RaiseOnOnRemoteDesktopSizeChange ( object sender, |
||
RaiseOnOnRequestContainerMinimize ( object sender, System e ) : void | ||
RaiseOnOnRequestGoFullScreen ( object sender, System e ) : void | ||
RaiseOnOnRequestLeaveFullScreen ( object sender, System e ) : void | ||
RaiseOnOnWarning ( object sender, |
public CreateVirtualChannels ( string newVal ) : void | ||
newVal | string | |
return | void |
public GetVirtualChannelOptions ( string chanName ) : int | ||
chanName | string | |
return | int |
public RequestClose ( ) : MSTSCLib.ControlCloseStatus | ||
return | MSTSCLib.ControlCloseStatus |
public SendOnVirtualChannel ( string chanName, string chanData ) : void | ||
chanName | string | |
chanData | string | |
return | void |
public SetVirtualChannelOptions ( string chanName, int chanOptions ) : void | ||
chanName | string | |
chanOptions | int | |
return | void |