VncSharp

RfbProtocol.ReadProtocolVersion Method 

Reads VNC Host Protocol Version message (see RFB Doc v. 3.8 section 6.1.1)

[Visual Basic]
Public Sub ReadProtocolVersion()
[C#]
public void ReadProtocolVersion();

Exceptions

Exception TypeCondition
NotSupportedExceptionThrown if the version of the host is not known or supported.

See Also

RfbProtocol Class | VncSharp Namespace