The VncServerSession type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | ClientVersion |
The protocol version of the client.
|
![]() | Framebuffer |
The framebuffer for the VNC session.
|
![]() | FramebufferUpdateRequest |
Information about the client's most recent framebuffer update request.
This may be null if the client has no framebuffer request queued.
|
![]() | FramebufferUpdateRequestLock |
Lock this before performing any framebuffer updates.
|
![]() | IsConnected | true if the server is connected to a client.
|
![]() | MaxUpdateRate |
The max rate to send framebuffer updates at, in frames per second.
The default is 15.
|
![]() | UserData |
Store anything you want here.
|
See Also