LDAP Client.Net

Client Class

Facilitates object-oriented communication with an LDAP server.

For a list of all members of this type, see Client Members.

System.Object
   LdapServices.Ldap.Client

[Visual Basic]
Public Class Client
    Implements IDisposable
[C#]
public class Client : IDisposable
[C++]
public __gc class Client : public IDisposable
[JScript]
public class Client extends IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: LdapServices.Ldap

Assembly: LdapServices.LdapClient (in LdapServices.LdapClient.dll)

See Also

Client Members | LdapServices.Ldap Namespace