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)
public void Connect(
Stream stream,
VncServerSessionOptions options = null
)
Public Sub Connect (
stream As Stream,
Optional options As VncServerSessionOptions = Nothing
)
public:
void Connect(
Stream^ stream,
VncServerSessionOptions^ options = nullptr
)
member Connect :
stream : Stream *
?options : VncServerSessionOptions
(* Defaults:
let _options = defaultArg options null
*)
-> unit
Parameters
- stream
- Type: System.IOStream
The stream containing the connection. - options (Optional)
- Type: RemoteViewing.Vnc.ServerVncServerSessionOptions
Session options, if any.
Reference