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 SourceGetsConfirmed
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 |
Id
Gets the ID for this encoding type.
Declaration
int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets a human readable name for this encoding type.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
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 |