C# (CSharp) RemoteViewing.Vnc Namespace

Nested Namespaces

RemoteViewing.Vnc.Server

Classes

Name Description
FramebufferChangedEventArgs Provides data for the VncClient.FramebufferChanged event.
KeyChangedEventArgs Provides data for the Server.VncServerSession.KeyChanged event.
PointerChangedEventArgs Provides data for the Server.VncServerSession.PointerChanged event.
RemoteClipboardChangedEventArgs Provides data for the VncClient.RemoteClipboardChanged event.
VncClient Connects to a remote VNC server and interacts with it.
VncClientConnectOptions Specifies options for connecting to a VNC server.
VncException This exception is thrown when there is a problem with the VNC client-server communication.
VncFramebuffer Stores pixel data for a VNC session.
VncPasswordChallenge Provides helper methods which implement the VNC password challenge protocol.
VncPixelFormat Describes the low-level arrangement of a framebuffer pixel.
VncStream Provides methods for reading and sending VNC data over a Stream.
VncUtility Provides utility methods.