ReferralChasingOptions Enumeration
.NET Framework (current version)
The ReferralChasingOptions enumeration specifies if and how referral chasing is pursued.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Member name | Description | |
|---|---|---|
| All | Chase referrals of either the subordinate or external type. The value is equal to 96 or 0x60. | |
| External | Chase external referrals. The value is equal to 64 or 0x40. | |
| None | Never chase the referred-to server. Setting this option prevents a client from contacting other servers in a referral process. The value is equal to 0 or 0x0. | |
| Subordinate | Chase only subordinate referrals which are a subordinate naming context in a directory tree. The ADSI LDAP provider always turns off this flag for paged searches. The value is equal to 32 or 0x20. |
.NET Framework
Available since 2.0
Available since 2.0
Show: