Class Ldap
Object that represents a LDAP connection.
Use a Linphone.LdapParams object to configure it.
Inherited Members
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class Ldap : LinphoneObject
Remarks
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
Properties
Core
Get the Linphone.Core object to which is associated the Linphone.Ldap.
Declaration
[Obsolete]
public Core Core { get; }
Property Value
| Type | Description |
|---|---|
| Core | The Linphone.Core object to which is associated the Linphone.Ldap. @notnil |
Remarks
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
Index
Get the index of the Linphone.Ldap.
Declaration
[Obsolete]
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The index of the Ldap |
Remarks
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
Params
Get the Linphone.LdapParams as read-only object.
To make changes, clone the returned object using Linphone.LdapParams.Clone() method, make your changes on it and apply them using with Linphone.Ldap.Params.
Declaration
[Obsolete]
public LdapParams Params { get; set; }
Property Value
| Type | Description |
|---|---|
| LdapParams | The Linphone.LdapParams attached to this ldap. @notnil |
Remarks
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
Methods
NewWithParams(Core, LdapParams)
Create a new Linphone.Ldap, associate it with the Linphone.LdapParams and store it into the configuration file.
Declaration
[Obsolete]
public static Ldap NewWithParams(Core lc, LdapParams parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| Core | lc | The Linphone.Core object. @notnil |
| LdapParams | parameters | The Linphone.LdapParams object. @notnil |
Returns
| Type | Description |
|---|---|
| Ldap | The newly created Linphone.Ldap object. @notnil |
Remarks
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.