Interface IPseudoEncodingType
Represents a RFB protocol encoding type for extended functionality.
Inherited Members
Namespace: MarcusW.VncClient.Protocol.EncodingTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IPseudoEncodingType : IEncodingType
Methods
| Improve this Doc View SourceReadPseudoEncoding(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. |