12 references to LdapResult
System.DirectoryServices.Protocols (12)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (12)
1424
if (error != (int)
LdapResult
.LDAP_RES_SEARCH_ENTRY && error != (int)
LdapResult
.LDAP_RES_REFERRAL)
1433
if (error == (int)
LdapResult
.LDAP_RES_ADD)
1437
else if (error == (int)
LdapResult
.LDAP_RES_MODIFY)
1441
else if (error == (int)
LdapResult
.LDAP_RES_DELETE)
1445
else if (error == (int)
LdapResult
.LDAP_RES_MODRDN)
1449
else if (error == (int)
LdapResult
.LDAP_RES_COMPARE)
1453
else if (error == (int)
LdapResult
.LDAP_RES_EXTENDED)
1485
else if (error == (int)
LdapResult
.LDAP_RES_SEARCH_RESULT ||
1486
error == (int)
LdapResult
.LDAP_RES_SEARCH_ENTRY ||
1487
error == (int)
LdapResult
.LDAP_RES_REFERRAL)
1492
if (error == (int)
LdapResult
.LDAP_RES_SEARCH_RESULT)