Show / Hide Table of Contents

Interface IPseudoEncodingType

Represents a RFB protocol encoding type for extended functionality.

Inherited Members
IEncodingType.Id
IEncodingType.Name
IEncodingType.Priority
IEncodingType.GetsConfirmed
Namespace: MarcusW.VncClient.Protocol.EncodingTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IPseudoEncodingType : IEncodingType

Methods

| Improve this Doc View Source

ReadPseudoEncoding(Stream, Rectangle)

Reads a pseudo encoding from the transport stream, decodes it and acts accordingly.

Declaration
void ReadPseudoEncoding(Stream transportStream, Rectangle rectangle)
Parameters
Type Name Description
Stream transportStream

The stream to read from.

Rectangle rectangle

The rectangle that was received with the pseudo encoding. Might be relevant sometimes.

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