3 references to SendTimeOut
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
768
error = (int)LdapError.
SendTimeOut
;
System\DirectoryServices\Protocols\ldap\LdapException.cs (2)
61
{ LdapError.
SendTimeOut
, SR.LDAP_SEND_TIMEOUT }
81
if (error == LdapError.IsLeaf || error == LdapError.InvalidCredentials || error == LdapError.
SendTimeOut
)