The VncServerSession type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Bell |
Tells the client to play a bell sound.
| |
Close |
Closes the connection with the remote client.
| |
Connect |
Starts a session with a VNC client.
| |
FramebufferChanged |
Notifies the framebuffer update thread to check for recent changes.
| |
FramebufferManualBeginUpdate |
Begins a manual framebuffer update.
Do not call this method without holding FramebufferUpdateRequestLock.
| |
FramebufferManualCopyRegion |
Queues an update corresponding to one region of the framebuffer being copide to another.
Do not call this method without holding FramebufferUpdateRequestLock.
| |
FramebufferManualEndUpdate |
Completes a manual framebuffer update.
Do not call this method without holding FramebufferUpdateRequestLock.
| |
FramebufferManualInvalidate(VncRectangle) |
Queues an update for the specified region.
Do not call this method without holding FramebufferUpdateRequestLock.
| |
FramebufferManualInvalidate( VncRectangle ) |
Queues an update for each of the specified regions.
Do not call this method without holding FramebufferUpdateRequestLock.
| |
FramebufferManualInvalidateAll |
Queues an update for the entire framebuffer.
Do not call this method without holding FramebufferUpdateRequestLock.
| |
SendLocalClipboardChange |
Notifies the client that the local clipboard has changed.
If you are implementing clipboard integration, use this to set the remote clipboard.
| |
SetFramebufferSource |
Sets the framebuffer source.
|
See Also