Show / Hide Table of Contents

Interface IOutgoingMessageType

Represents a client-to-server 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 IOutgoingMessageType : IMessageType

Methods

| Improve this Doc View Source

WriteToTransport(IOutgoingMessage<IOutgoingMessageType>, ITransport, CancellationToken)

Writes the (including the message header) to the transport stream.

Declaration
void WriteToTransport(IOutgoingMessage<IOutgoingMessageType> message, ITransport transport, CancellationToken cancellationToken = null)
Parameters
Type Name Description
IOutgoingMessage<IOutgoingMessageType> message

The message to write.

ITransport transport

The target transport.

CancellationToken cancellationToken

The cancellation token.

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