C# 클래스 OnlineVideos.Sites.WebAutomation.BrowserHost.RemoteHandling.RemoteProcessing

Handle remote messgae processing
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 프로퍼티들

프로퍼티 타입 설명
ActionReceived Action

공개 메소드들

메소드 설명
InitHandlers ( ) : void

Initialise the remote handlers

ProcessKeyPress ( int keyPressed ) : void

Process key press events

ProcessWndProc ( Message msg ) : bool

Some of the WNDProc messages we'll actually respond to - I've taken this list from the remote implementations I want to filter the messages to reduce the amount of processing overhead

RemoteProcessing ( ILog logger ) : OnlineVideos.Helpers

CTor

비공개 메소드들

메소드 설명
handler_ActionReceived ( string action ) : void

When an action is received from one of the handlers we'll raise the event

메소드 상세

InitHandlers() 공개 메소드

Initialise the remote handlers
public InitHandlers ( ) : void
리턴 void

ProcessKeyPress() 공개 메소드

Process key press events
public ProcessKeyPress ( int keyPressed ) : void
keyPressed int
리턴 void

ProcessWndProc() 공개 메소드

Some of the WNDProc messages we'll actually respond to - I've taken this list from the remote implementations I want to filter the messages to reduce the amount of processing overhead
public ProcessWndProc ( Message msg ) : bool
msg System.Windows.Forms.Message
리턴 bool

RemoteProcessing() 공개 메소드

CTor
public RemoteProcessing ( ILog logger ) : OnlineVideos.Helpers
logger ILog
리턴 OnlineVideos.Helpers

프로퍼티 상세

ActionReceived 공개적으로 프로퍼티

public Action ActionReceived
리턴 Action