The methods of the Client class are listed below. For a complete list of Client class members, see the Client Members topic.
About | Gets the legal and version information. |
AddNewEntry | Add a new entry to the directory, using the specified attributes and values to initialize it. |
Connect | Overloaded. Authenticate and bind to a directory server on the Port.DefaultPort using unencrypted transport, and the empty string as both username and password. |
Disconnect | Unbind from the directory server. |
Dispose | Closes the connection to the directory. Frees, releases or resets resources used by Client. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Search | Overloaded. Search the directory. Searches the subtree. Retrieves all attributes. Has no timeout. Does not ignore the size limit error. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html). |
ToString (inherited from Object) | Returns a String that represents the current Object. |