VncSharp

VncClient.Connect Method (String)

Connect to a VNC Host and determine which type of Authentication it uses. If the host uses Password Authentication, a call to Authenticate() will be required. Default Display and Port numbers are used.

[Visual Basic]
Overloads Public Function Connect( _
   ByVal host As String _
) As Boolean
[C#]
public bool Connect(
   string host
);

Parameters

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

Return Value

Returns True if the VNC Host requires a Password to be sent after Connect() is called, otherwise False.

See Also

VncClient Class | VncSharp Namespace | VncClient.Connect Overload List