Ejemplo n.º 1
0
 public void FreeMessage()
 {
     if ((this._message != IntPtr.Zero))
     {
         LdapClientLibrary.ldap_msgfree(this._message);
     }
 }
Ejemplo n.º 2
0
 public void CleanSearch()
 {
     LdapClientLibrary.ldap_msgfree(this._result);
 }