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