VncClient MethodsRemoteViewing
The VncClient type exposes the following members.
Methods

  NameDescription
Public methodClose
Closes the connection with the remote server.
Public methodConnect(Stream, VncClientConnectOptions)
Connects to a VNC server.
Public methodConnect(String, Int32, VncClientConnectOptions)
Connects to a VNC server with the specified hostname and port.
Public methodSendKeyEvent
Sends a key event to the VNC server to indicate a key has been pressed or released.
Public methodSendLocalClipboardChange
Notifies the server that the local clipboard has changed. If you are implementing clipboard integration, use this to set the remote clipboard.
Public methodSendPointerEvent
Sends a pointer event to the VNC server to indicate mouse motion, a button click, etc.
Back to Top
See Also