VncClientConnectOptions Class

RemoteViewing
Specifies options for connecting to a VNC server.
Inheritance Hierarchy

SystemObject
  RemoteViewing.VncVncClientConnectOptions

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

public sealed class VncClientConnectOptions

The VncClientConnectOptions type exposes the following members.

Constructors

  NameDescription
Public methodVncClientConnectOptions
Initializes a new instance of the VncClientConnectOptions class.
Top
Properties

  NameDescription
Public propertyPassword
The password to authenticate with, if the server requires one. If this is null and a password is required, the connection will fail. null is different from a zero-character password. Only the first eight characters of a password are meaningful in traditional VNC authentication.
Public propertyPasswordRequiredCallback
Called when a password is required and Password is null.
Public propertyPixelFormat
Public propertyShareDesktop
true to share the desktop with any currently-connected clients. false to get exclusive access to the desktop. This is set to true by default.
Top
See Also

Reference