Connects to a VNC server.
Namespace: RemoteViewing.VncAssembly: 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: System.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