Interface IRfbMessageReceiver
Describes a background thread that receives and processes RFB protocol messages.
Inherited Members
Namespace: MarcusW.VncClient.Protocol.Services
Assembly: MarcusW.VncClient.dll
Syntax
public interface IRfbMessageReceiver : IBackgroundThread, IDisposable
Methods
| Improve this Doc View SourceStartReceiveLoop()
Starts the receive loop.
Declaration
void StartReceiveLoop()
StopReceiveLoopAsync()
Stops the receive loop and waits for completion.
Declaration
Task StopReceiveLoopAsync()
Returns
Type | Description |
---|---|
Task |