VncControl Client Property RemoteViewing
The VncClient being interacted with. By default, this is a new instance. Call Connect(String, Int32, VncClientConnectOptions) on it to get things up and running quickly.

Namespace: RemoteViewing.Windows.Forms
Assembly: RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public VncClient Client { get; set; }
See Also