The VncServerSession type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
Closed |
Occurs when the VNC client is disconnected.
| |
Connected |
Occurs when the VNC client has successfully connected to the server.
| |
ConnectionFailed |
Occurs when the VNC client has failed to connect to the server.
| |
CreatingDesktop |
Occurs when the client requests access to the desktop.
It may request exclusive or shared access -- this event will relay that information.
| |
FramebufferCapturing |
Occurs when the framebuffer needs to be captured.
If you have not called SetFramebufferSource(IVncFramebufferSource), alter the framebuffer
in response to this event.
FramebufferUpdateRequestLock is held automatically while this event is raised.
| |
FramebufferUpdating |
Occurs when the framebuffer needs to be updated.
If you do not set Handled on FramebufferUpdatingEventArgs,
VncServerSession will determine the updated regions itself.
FramebufferUpdateRequestLock is held automatically while this event is raised.
| |
KeyChanged |
Occurs when a key has been pressed or released.
| |
PasswordProvided |
Occurs when the VNC client provides a password.
Respond to this event by accepting or rejecting the password.
| |
PointerChanged |
Occurs on a mouse movement, button click, etc.
| |
RemoteClipboardChanged |
Occurs when the clipboard changes on the remote client.
If you are implementing clipboard integration, use this to set the local clipboard.
|
See Also