VncClientConnect Method (Stream, VncClientConnectOptions)

RemoteViewing
Connects to a VNC server.

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

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

Parameters

stream
Type: System.IOStream
The stream containing the connection.
options (Optional)
Type: RemoteViewing.VncVncClientConnectOptions
Connection options, if any. You can specify a password here.
See Also

Reference