Show / Hide Table of Contents

Interface IEncodingType

Represents a RFB protocol encoding type.

Namespace: MarcusW.VncClient.Protocol.EncodingTypes
Assembly: MarcusW.VncClient.dll
Syntax
public interface IEncodingType

Properties

| Improve this Doc View Source

GetsConfirmed

Gets whether the server will confirm somehow that it supports this encoding type, or if we just expect it to be supported by the server without knowing, if the server actually understood the encoding type we requested during SetEncodings.

Declaration
bool GetsConfirmed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Id

Gets the ID for this encoding type.

Declaration
int Id { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Gets a human readable name for this encoding type.

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Priority

Gets the priority value that represents the quality of this encoding type. The server might prefer encoding types with a higher priority.

Declaration
int Priority { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX