Static Public Member Functions | |
| static Linphone.Ldap | NewWithParams (Linphone.Core lc, Linphone.LdapParams parameters) |
Properties | |
| Linphone.Core | Core [get] |
| int | Index [get, set] |
| Linphone.LdapParams | Params [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
Object that represents a LDAP connection.
Use a Linphone.LdapParams object to configure it.
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
|
inlinestatic |
Create a new Linphone.Ldap, associate it with the Linphone.LdapParams and store it into the configuration file.
| lc | The Linphone.Core object. |
| parameters | The Linphone.LdapParams object. |
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
|
get |
Get the Linphone.Core object to which is associated the Linphone.Ldap.
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
|
getset |
Get the index of the Linphone.Ldap.
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.
|
getset |
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.
Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.