VncClient Connect Method (Stream, VncClientConnectOptions)RemoteViewing
Connects to a VNC server.

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

public void Connect(
	Stream stream,
	VncClientConnectOptions options = null
)

Parameters

stream
Type: OnlineSystem.IO Stream
The stream containing the connection.
options (Optional)
Type: RemoteViewing.Vnc VncClientConnectOptions
Connection options, if any. You can specify a password here.
See Also