Show / Hide Table of Contents

Interface IRfbMessageReceiver

Describes a background thread that receives and processes RFB protocol messages.

Inherited Members
IBackgroundThread.Failed
Namespace: MarcusW.VncClient.Protocol.Services
Assembly: MarcusW.VncClient.dll
Syntax
public interface IRfbMessageReceiver : IBackgroundThread, IDisposable

Methods

| Improve this Doc View Source

StartReceiveLoop()

Starts the receive loop.

Declaration
void StartReceiveLoop()
| Improve this Doc View Source

StopReceiveLoopAsync()

Stops the receive loop and waits for completion.

Declaration
Task StopReceiveLoopAsync()
Returns
Type Description
Task
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX