The methods of the VncClient class are listed below. For a complete list of VncClient class members, see the VncClient Members topic.
![]() | Use a password to authenticate with a VNC Host. NOTE: This is only necessary if Connect() returns TRUE. |
![]() | Overloaded. Connect to a VNC Host and determine which type of Authentication it uses. If the host uses Password Authentication, a call to Authenticate() will be required. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Finish setting-up protocol with VNC Host. Should be called after Connect and Authenticate (if password required). |
![]() | Begin getting updates from the VNC Server. This will continue until StopUpdates() is called. NOTE: this must be called after Connect() and Authenticate() (if authentication is necessary). |
![]() | |
![]() | Returns a String that represents the current Object. |
![]() | |
![]() |
![]() | Encrypts a challenge using the specified password. See RFB Protocol Document v. 3.8 section 6.2.2. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | VNC DES authentication has a bug, such that keys are reversed. This code was written by Dominic Ullmann (dominic_ullmann@swissonline.ch) and is is being used under the GPL. |
![]() | Examines a list of Security Types supported by a VNC Server and chooses one that the Client supports. See 6.1.2 of the RFB Protocol document v. 3.8. |
![]() | Creates a shallow copy of the current Object. |
![]() | Performs VNC Authentication using VNC DES encryption. See the RFB Protocol doc 6.2.2. |