VncSharp

RfbProtocol.WriteClientInitialisation Method 

Sends an Initialisation message to the server. See RFB Doc v. 3.8 section 6.1.4.

[Visual Basic]
Public Sub WriteClientInitialisation( _
   ByVal shared As Boolean _
)
[C#]
public void WriteClientInitialisation(
   bool shared
);

Parameters

shared
True if the server should allow other clients to connect, otherwise False.

See Also

RfbProtocol Class | VncSharp Namespace