Starts a session with a VNC client.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public void Connect( Stream stream, VncServerSessionOptions options = null )
Parameters
- stream
- Type: System.IO Stream
The stream containing the connection.
- options (Optional)
- Type: RemoteViewing.Vnc.Server VncServerSessionOptions
Session options, if any.
See Also