.NET Framework Class Library
ReferralChasingOption Enumeration

The ReferralChasingOption enumeration specifies if and how referral chasing is pursued.

Namespace:  System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)
Syntax

Visual Basic (Declaration)
Public Enumeration ReferralChasingOption
Visual Basic (Usage)
Dim instance As ReferralChasingOption
C#
public enum ReferralChasingOption
Visual C++
public enum class ReferralChasingOption
JScript
public enum ReferralChasingOption
Members

Member nameDescription
NoneNever chase the referred-to server. Setting this option prevents a client from contacting other servers in a referral process.
SubordinateChase only subordinate referrals that are a subordinate naming context in a directory tree. The ADSI LDAP provider always turns off this flag for paged searches.
ExternalChase external referrals. If no referral chasing option is specified for a directory search, the type of referral chasing performed is External.
AllChase referrals of either the subordinate or external type.
Remarks

When a server determines that other servers hold relevant information the server might refer the client to another server to obtain the result. Referral chasing is the process by which a client contacts the referenced server to continue the directory search.

Use the constants of this enumeration to set up search preferences for referral chasing. The action involves assigning the appropriate fields of DirectorySearcher to elements of the ReferralChasingOption enumeration.

The ADSI LDAP provider supports external referrals for paged searches, but does not support subordinate referrals during paging.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
See Also

Reference

Tags :


Page view tracker