Interface IOutgoingMessageType
Represents a client-to-server message type of the RFB protocol.
Namespace: MarcusW.VncClient.Protocol.MessageTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IOutgoingMessageType : IMessageType
Methods
| Improve this Doc View SourceWriteToTransport(IOutgoingMessage<IOutgoingMessageType>, ITransport, CancellationToken)
Writes the
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. |