Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 ReferralChasingOption Enumeration

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.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)
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
Member nameDescription
None Never chase the referred-to server. Setting this option prevents a client from contacting other servers in a referral process.
Subordinate Chase 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.
External Chase external referrals. If no referral chasing option is specified for a directory search, the type of referral chasing performed is External.
All Chase referrals of either the subordinate or external type.

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.

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.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker