Novell.Directory.Ldap.LdapReferralException.getReferrals C# (CSharp) Method

getReferrals() public method

Gets the list of referral URLs (Ldap URLs to other servers) returned by the Ldap server. The referral list may include URLs of a type other than ones for an Ldap server (for example, a referral URL other than ldap://something).
public getReferrals ( ) : System.String[]
return System.String[]
        public virtual System.String[] getReferrals()
        {
            return referrals;
        }