Show / Hide Table of Contents

Interface IIncomingMessageType

Represents a server-to-client message type of the RFB protocol.

Inherited Members
IMessageType.Id
IMessageType.Name
IMessageType.IsStandardMessageType
Namespace: MarcusW.VncClient.Protocol.MessageTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IIncomingMessageType : IMessageType

Methods

| Improve this Doc View Source

ReadMessage(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX