VncClientConnectOptions PropertiesRemoteViewing
The VncClientConnectOptions type exposes the following members.
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 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.
Back to Top
See Also