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)
134
if (
_bounded
&& (value != _connectionAuthType))
149
if (
_bounded
&& !SameCredential(_directoryCredential, value))
522
if (AutoBind && (!
_bounded
|| _needRebind) && ((LdapDirectoryIdentifier)Directory).Connectionless != true)