The VncClientConnectOptions type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
VncClientConnectOptions |
Initializes a new instance of the VncClientConnectOptions class.
|
Properties
Name | Description | |
---|---|---|
Password |
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.
| |
PasswordRequiredCallback |
Called when a password is required and Password is null.
| |
ShareDesktop | 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.
|
See Also