메소드 | 설명 | |
---|---|---|
AcceptClientsAsync ( |
||
CaptureDesktop ( ) : |
||
HandleClientAsync ( |
||
ImageToByte ( Image img, bool convertToJpeg = false ) : byte[] | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
HandleCtrlAltDel ( ) : void | ||
HandleMouseDown ( ) : void | ||
HandleMouseScroll ( string deltaString ) : void | ||
HandleMouseUp ( ) : void | ||
HandleRightClick ( ) : void | ||
HandleRightDown ( ) : void | ||
HandleRightUp ( ) : void | ||
KeyDown ( string endpointArgs ) : void | ||
Keyup ( string endpointArgs ) : void | ||
MoveMouse ( int x, int y ) : void | ||
SendCleanFrame ( ) : byte[] | ||
SendFullFrame ( ) : byte[] |
public static AcceptClientsAsync ( |
||
listener | ||
cancel | ||
리턴 | Task |
public static HandleClientAsync ( |
||
client | ||
cancel | ||
리턴 | Task |
public static ImageToByte ( Image img, bool convertToJpeg = false ) : byte[] | ||
img | Image | |
convertToJpeg | bool | |
리턴 | byte[] |