VncSharp

RemoteDesktop.Connect Method (String)

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 _
)
[C#]
public void Connect(
   string host
);

Parameters

host
The IP Address or Host Name of the VNC Host.

See Also

RemoteDesktop Class | VncSharp Namespace | RemoteDesktop.Connect Overload List