LDAPReference Type
A reference returned from the server.
Remarks
This type describes an LDAP Reference, which may be queried inside the SearchResult, SearchResultReference, Result, or SearchComplete events.
When inside a SearchResult or SearchResultReference event, References will be a search result reference (aka continuation reference), in which case they represent URLs to contact to continue the search.
When inside a Result or SearchComplete event, a Reference will be a regular referral in which case it represents the URL to contact in order to complete the requested operation.
Fields
URL String |
The url of the LDAP reference. If inside a SearchResult or SearchResultReference event, it represents a URL to contact to continue the search. If inside the Result event or SearchComplete event it represents the URL to contact in order to complete the requested operation. |
Constructors
public LDAPReference();