1 write to _bounded
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
1140_bounded = true;
3 references to _bounded
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
134if (_bounded && (value != _connectionAuthType)) 149if (_bounded && !SameCredential(_directoryCredential, value)) 522if (AutoBind && (!_bounded || _needRebind) && ((LdapDirectoryIdentifier)Directory).Connectionless != true)