5 references to TimeOut
System.DirectoryServices.Protocols (5)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
766
if (error == (int)LdapError.
TimeOut
)
1582
error = (int)LdapError.
TimeOut
;
System\DirectoryServices\Protocols\ldap\LdapException.cs (1)
48
{ LdapError.
TimeOut
, SR.LDAP_TIMEOUT },
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
155
throw new LdapException((int)LdapError.
TimeOut
, LdapErrorMappings.MapResultCode((int)LdapError.
TimeOut
));