public Search ( System base_Renamed, int scope, System filter, System attrs, bool typesOnly, LdapSearchQueue queue ) : LdapSearchQueue | ||
base_Renamed | System | |
scope | int | The scope of the entries to search. The following
/// are the valid options:
///
|
filter | System | Search filter specifying the search criteria. /// /// |
attrs | System | Names of attributes to retrieve. /// /// |
typesOnly | bool | If true, returns the names but not the values of /// the attributes found. If false, returns the /// names and values for attributes found. /// /// |
queue | LdapSearchQueue | Handler for messages returned from a server in /// response to this request. If it is null, a /// queue object is created internally. /// /// |
return | LdapSearchQueue |