C# 클래스 AxMSTSCLib.AxMsTscAx

상속: System.Windows.Forms.AxHost
파일 보기 프로젝트 열기: Nullstr1ng/MultiRDPClient.NET

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AxMsTscAx ( )
Connect ( ) : void
CreateVirtualChannels ( string newVal ) : void
Disconnect ( ) : void
SendOnVirtualChannel ( string chanName, string chanData ) : void

보호된 메소드들

메소드 설명
AttachInterfaces ( ) : void
CreateSink ( ) : void
DetachSink ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AttachInterfaces() 보호된 메소드

protected AttachInterfaces ( ) : void
리턴 void

AxMsTscAx() 공개 메소드

public AxMsTscAx ( )

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

CreateSink() 보호된 메소드

protected CreateSink ( ) : void
리턴 void

CreateVirtualChannels() 공개 메소드

public CreateVirtualChannels ( string newVal ) : void
newVal string
리턴 void

DetachSink() 보호된 메소드

protected DetachSink ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

SendOnVirtualChannel() 공개 메소드

public SendOnVirtualChannel ( string chanName, string chanData ) : void
chanName string
chanData string
리턴 void