Mono Class Library: Overview

Novell.Directory.Ldap.LdapConnection: Method Members

The methods of Novell.Directory.Ldap.LdapConnection are listed below. For a list of all members, see the LdapConnection Members list.

See Also: Inherited members from System.Object

Public Methods

Abandon(LdapMessageQueue)
Abandons all outstanding operations managed by the queue.
Abandon(LdapSearchResults)
Notifies the server not to send additional results associated with this LDAPSearchResults object, and discards any results already received.
Abandon(int)
Abandons an asynchronous operation.
Abandon(LdapMessageQueue, LdapConstraints)
Abandons all outstanding operations managed by the queue, using the specified constraints.
Abandon(LdapSearchResults, LdapConstraints)
Notifies the server not to send additional results associated with this LDAPSearchResults object, and discards any results already received using the specified constraints
Abandon(int, LdapConstraints)
Abandons an asynchronous operation, using the specified constraints.
Add(LdapEntry)
Synchronously adds an entry to the directory.
Add(LdapEntry, LdapConstraints)
Synchronously adds an entry to the directory, using the specified constraints.
Add(LdapEntry, LdapResponseQueue) : LdapResponseQueue
Asynchronously adds an entry to the directory.
Add(LdapEntry, LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Asynchronously adds an entry to the directory, using the specified constraints.
AddUnsolicitedNotificationListener(LdapUnsolicitedNotificationListener)
Registers an object to be notified on arrival of an unsolicited message from a server.
Bind(string, string)
Synchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name and password.
Bind(int, string, sbyte[])
Synchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, and LDAP version.
Bind(int, string, string)
Synchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, and LDAP version.
Bind(string, string, LdapConstraints)
Synchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, and constraints.
Bind(int, string, sbyte[], LdapConstraints)
Synchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, LDAP version, and constraints.
Bind(int, string, sbyte[], LdapResponseQueue) : LdapResponseQueue
Asynchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, LDAP version, and queue.
Bind(int, string, string, LdapConstraints)
Synchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, LDAP version, and constraints.
Bind(int, string, sbyte[], LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Asynchronously authenticates to the LDAP server (that the object is currently connected to) using the specified name, password, LDAP version, queue, and constraints.
Clone() : object
Returns a copy of the object with a private context, but sharing the network connection if there is one.
Compare(string, LdapAttribute) : bool
Documentation for this section has not yet been entered.
Compare(string, LdapAttribute, LdapConstraints) : bool
Documentation for this section has not yet been entered.
Compare(string, LdapAttribute, LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
Compare(string, LdapAttribute, LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Documentation for this section has not yet been entered.
Connect(string, int)
Documentation for this section has not yet been entered.
Delete(string)
Documentation for this section has not yet been entered.
Delete(string, LdapConstraints)
Documentation for this section has not yet been entered.
Delete(string, LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
Delete(string, LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Documentation for this section has not yet been entered.
Disconnect()
Documentation for this section has not yet been entered.
Disconnect(LdapConstraints)
Documentation for this section has not yet been entered.
ExtendedOperation(LdapExtendedOperation) : LdapExtendedResponse
Documentation for this section has not yet been entered.
ExtendedOperation(LdapExtendedOperation, LdapConstraints) : LdapExtendedResponse
Documentation for this section has not yet been entered.
ExtendedOperation(LdapExtendedOperation, LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
ExtendedOperation(LdapExtendedOperation, LdapConstraints, LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
FetchSchema(string) : LdapSchema
Documentation for this section has not yet been entered.
getProperty(string) : object
Documentation for this section has not yet been entered.
GetSchemaDN() : string
Documentation for this section has not yet been entered.
GetSchemaDN(string) : string
Documentation for this section has not yet been entered.
Modify(string, LdapModification)
Documentation for this section has not yet been entered.
Modify(string, LdapModification[])
Documentation for this section has not yet been entered.
Modify(string, LdapModification, LdapConstraints)
Documentation for this section has not yet been entered.
Modify(string, LdapModification, LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
Modify(string, LdapModification[], LdapConstraints)
Documentation for this section has not yet been entered.
Modify(string, LdapModification[], LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
Modify(string, LdapModification, LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Documentation for this section has not yet been entered.
Modify(string, LdapModification[], LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Documentation for this section has not yet been entered.
static
Read(LdapUrl) : LdapEntry
Documentation for this section has not yet been entered.
Read(string) : LdapEntry
Documentation for this section has not yet been entered.
static
Read(LdapUrl, LdapSearchConstraints) : LdapEntry
Documentation for this section has not yet been entered.
Read(string, LdapSearchConstraints) : LdapEntry
Documentation for this section has not yet been entered.
Read(string, string[]) : LdapEntry
Documentation for this section has not yet been entered.
Read(string, string[], LdapSearchConstraints) : LdapEntry
Documentation for this section has not yet been entered.
RemoveUnsolicitedNotificationListener(LdapUnsolicitedNotificationListener)
Documentation for this section has not yet been entered.
Rename(string, string, bool)
Documentation for this section has not yet been entered.
Rename(string, string, bool, LdapConstraints)
Documentation for this section has not yet been entered.
Rename(string, string, bool, LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
Rename(string, string, string, bool)
Documentation for this section has not yet been entered.
Rename(string, string, bool, LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Documentation for this section has not yet been entered.
Rename(string, string, string, bool, LdapConstraints)
Documentation for this section has not yet been entered.
Rename(string, string, string, bool, LdapResponseQueue) : LdapResponseQueue
Documentation for this section has not yet been entered.
Rename(string, string, string, bool, LdapResponseQueue, LdapConstraints) : LdapResponseQueue
Documentation for this section has not yet been entered.
static
Search(LdapUrl) : LdapSearchResults
Documentation for this section has not yet been entered.
static
Search(LdapUrl, LdapSearchConstraints) : LdapSearchResults
Documentation for this section has not yet been entered.
Search(string, int, string, string[], bool) : LdapSearchResults
Documentation for this section has not yet been entered.
Search(string, int, string, string[], bool, LdapSearchConstraints) : LdapSearchResults
Documentation for this section has not yet been entered.
Search(string, int, string, string[], bool, LdapSearchQueue) : LdapSearchQueue
Documentation for this section has not yet been entered.
Search(string, int, string, string[], bool, LdapSearchQueue, LdapSearchConstraints) : LdapSearchQueue
Documentation for this section has not yet been entered.
SendRequest(LdapMessage, LdapMessageQueue) : LdapMessageQueue
Documentation for this section has not yet been entered.
SendRequest(LdapMessage, LdapMessageQueue, LdapConstraints) : LdapMessageQueue
Documentation for this section has not yet been entered.