VncServerSession PropertiesRemoteViewing
The VncServerSession type exposes the following members.
Properties

  NameDescription
Public propertyClientVersion
The protocol version of the client.
Public propertyFramebuffer
The framebuffer for the VNC session.
Public propertyFramebufferUpdateRequest
Information about the client's most recent framebuffer update request. This may be null if the client has no framebuffer request queued.
Public propertyFramebufferUpdateRequestLock
Lock this before performing any framebuffer updates.
Public propertyIsConnected
true if the server is connected to a client.
Public propertyMaxUpdateRate
The max rate to send framebuffer updates at, in frames per second. The default is 15.
Public propertyUserData
Store anything you want here.
Back to Top
See Also