VncServerSession MethodsRemoteViewing
The VncServerSession type exposes the following members.
Methods

  NameDescription
Public methodBell
Tells the client to play a bell sound.
Public methodClose
Closes the connection with the remote client.
Public methodConnect
Starts a session with a VNC client.
Public methodFramebufferChanged
Notifies the framebuffer update thread to check for recent changes.
Public methodFramebufferManualBeginUpdate
Begins a manual framebuffer update. Do not call this method without holding FramebufferUpdateRequestLock.
Public methodFramebufferManualCopyRegion
Queues an update corresponding to one region of the framebuffer being copide to another. Do not call this method without holding FramebufferUpdateRequestLock.
Public methodFramebufferManualEndUpdate
Completes a manual framebuffer update. Do not call this method without holding FramebufferUpdateRequestLock.
Public methodFramebufferManualInvalidate(VncRectangle)
Queues an update for the specified region. Do not call this method without holding FramebufferUpdateRequestLock.
Public methodFramebufferManualInvalidate( VncRectangle )
Queues an update for each of the specified regions. Do not call this method without holding FramebufferUpdateRequestLock.
Public methodFramebufferManualInvalidateAll
Queues an update for the entire framebuffer. Do not call this method without holding FramebufferUpdateRequestLock.
Public methodSendLocalClipboardChange
Notifies the client that the local clipboard has changed. If you are implementing clipboard integration, use this to set the remote clipboard.
Public methodSetFramebufferSource
Sets the framebuffer source.
Back to Top
See Also