Namespace MarcusW.VncClient.Protocol.Implementation.Services.Communication
Classes
BuiltinZLibInflater
A IZLibInflater implementation using the builtin System.IO.Compression implementation of zlib. Provides methods for inflating (decompressing) received data using per-connection zlib streams.
RfbMessageReceiver
A background thread that receives and processes RFB protocol messages.
RfbMessageSender
A background thread that sends queued messages and provides methods to add messages to the send queue.
TurboJpegDecoder
A IJpegDecoder implementation using the TurboJPEG library. Provides methods for decoding JPEG images.