Namespace MarcusW.VncClient.Protocol.Services
Interfaces
IJpegDecoder
Provides methods for decoding JPEG images.
IRfbHandshaker
Provides methods for doing a RFB compliant handshake.
IRfbInitializer
Provides methods for doing a RFB compliant initialization.
IRfbMessageReceiver
Describes a background thread that receives and processes RFB protocol messages.
IRfbMessageSender
Describes a background thread that sends queued messages and provides methods to add messages to the send queue.
ITransportConnector
Provides methods for establishing transport connections used for the RFB protocol.
IZLibInflater
Provides methods for inflating (decompressing) received data using per-connection zlib streams.