VncSharp

RfbProtocol.ReadServerInit Method 

Reads the server's Initialization message, specifically the remote Framebuffer's properties. See RFB Doc v. 3.8 section 6.1.5.

[Visual Basic]
Public Function ReadServerInit() As Framebuffer
[C#]
public Framebuffer ReadServerInit();

Return Value

Returns a Framebuffer object representing the geometry and properties of the remote host.

See Also

RfbProtocol Class | VncSharp Namespace