Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.Unbind

TElLDAPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Terminates an LDAP session.

Declaration

[C#]
    void Unbind();

[VB.NET]
    Sub Unbind()

[Pascal]
    Procedure Unbind;

[C++]
    void Unbind();

[PHP]
    void Unbind()

[Java]
    void unbind();

Description

    Call this method to close the connection to LDAP server.
    Note, this operation is not an opposite to Bind, the naming of these two operations in LDAP protocol is just historical.

See also:     Bind    

Discuss this help topic in SecureBlackbox Forum