VncSharp

RfbProtocol.WriteSetEncodings Method 

Tell the server which encodings are supported by the client. See RFB Doc v. 3.8 section 6.3.3.

[Visual Basic]
Public Sub WriteSetEncodings( _
   ByVal encodings As UInt32() _
)
[C#]
public void WriteSetEncodings(
   uint[] encodings
);

Parameters

encodings
An array of integers indicating the encoding types supported. The order indicates preference, where the first item is the first preferred.

See Also

RfbProtocol Class | VncSharp Namespace