VncServerSessionConnect Method

RemoteViewing
Starts a session with a VNC client.

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

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

Parameters

stream
Type: System.IOStream
The stream containing the connection.
options (Optional)
Type: RemoteViewing.Vnc.ServerVncServerSessionOptions
Session options, if any.
See Also

Reference