The VncClient type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Close |
Closes the connection with the remote server.
| |
Connect(Stream, VncClientConnectOptions) |
Connects to a VNC server.
| |
Connect(String, Int32, VncClientConnectOptions) |
Connects to a VNC server with the specified hostname and port.
| |
SendKeyEvent |
Sends a key event to the VNC server to indicate a key has been pressed or released.
| |
SendLocalClipboardChange |
Notifies the server that the local clipboard has changed.
If you are implementing clipboard integration, use this to set the remote clipboard.
| |
SendPointerEvent |
Sends a pointer event to the VNC server to indicate mouse motion, a button click, etc.
|
See Also