Interface IIncomingMessageType
Represents a server-to-client message type of the RFB protocol.
Namespace: MarcusW.VncClient.Protocol.MessageTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IIncomingMessageType : IMessageType
Methods
| Improve this Doc View SourceReadMessage(ITransport, CancellationToken)
Reads the message (everything after the message type byte) from the transport stream and processes it.
Declaration
void ReadMessage(ITransport transport, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
ITransport | transport | The transport to read from. |
CancellationToken | cancellationToken | The cancellation token. |