VncSharp

RemoteDesktop.Connect Method (String, Int32)

Connect to a VNC Host and determine whether or not the server requires a password.

[Visual Basic]
Overloads Public Sub Connect( _
   ByVal host As String, _
   ByVal display As Integer _
)
[C#]
public void Connect(
   string host,
   int display
);

Parameters

host
The IP Address or Host Name of the VNC Host.
display
The Display number (used on Unix hosts).

See Also

RemoteDesktop Class | VncSharp Namespace | RemoteDesktop.Connect Overload List