Class | Description |
---|
ConnectEventArgs |
Used in connection with the ConnectComplete event. Contains information about the remote desktop useful for setting-up the client's GUI.
|
EncodedRectangleFactory |
Factory class used to create derived EncodedRectangle objects at runtime based on data sent by VNC Server.
|
Framebuffer |
Properties of a VNC Framebuffer, and its Pixel Format.
|
PasswordDialog |
A simple GUI Form for obtaining a user's password. More elaborate interfaces could be used, but this is the default.
|
RemoteDesktop | |
RfbProtocol |
Contains methods and properties to handle all aspects of the RFB Protocol versions 3.3 - 3.8.
|
RfbProtocol.BigEndianBinaryReader |
BigEndianBinaryReader is a wrapper class used to read .NET integral types from a Big-Endian stream. It inherits from BinaryReader and adds Big- to Little-Endian conversion.
|
RfbProtocol.BigEndianBinaryWriter |
BigEndianBinaryWriter is a wrapper class used to write .NET integral types in Big-Endian order to a stream. It inherits from BinaryWriter and adds Little- to Big-Endian conversion.
|
VncClient | |
VncEventArgs | |
VncProtocolException | |
VncSharpDebugging | |