C# Class Novell.Directory.Ldap.Utilclass.ReferralInfo

This class encapsulates the combination of LdapReferral URL and the connection opened to service this URL
Show file Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
ReferralInfo ( LdapConnection lc, System refList, LdapUrl refUrl ) : System

Construct the ReferralInfo class

Method Details

ReferralInfo() public method

Construct the ReferralInfo class
public ReferralInfo ( LdapConnection lc, System refList, LdapUrl refUrl ) : System
lc Novell.Directory.Ldap.LdapConnection The DirectoryEntry opened to process this referral /// ///
refList System
refUrl Novell.Directory.Ldap.LdapUrl The URL string associated with this connection ///
return System