12 references to LdapResult
System.DirectoryServices.Protocols (12)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (12)
1418
if (error != (int)
LdapResult
.LDAP_RES_SEARCH_ENTRY && error != (int)
LdapResult
.LDAP_RES_REFERRAL)
1427
if (error == (int)
LdapResult
.LDAP_RES_ADD)
1431
else if (error == (int)
LdapResult
.LDAP_RES_MODIFY)
1435
else if (error == (int)
LdapResult
.LDAP_RES_DELETE)
1439
else if (error == (int)
LdapResult
.LDAP_RES_MODRDN)
1443
else if (error == (int)
LdapResult
.LDAP_RES_COMPARE)
1447
else if (error == (int)
LdapResult
.LDAP_RES_EXTENDED)
1479
else if (error == (int)
LdapResult
.LDAP_RES_SEARCH_RESULT ||
1480
error == (int)
LdapResult
.LDAP_RES_SEARCH_ENTRY ||
1481
error == (int)
LdapResult
.LDAP_RES_REFERRAL)
1486
if (error == (int)
LdapResult
.LDAP_RES_SEARCH_RESULT)