Liblinphone  5.5.0
Linphone.Ldap Class Reference
Inheritance diagram for Linphone.Ldap:
Linphone.LinphoneObject

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)
 

Detailed Description

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.

Member Function Documentation

static Linphone.Ldap Linphone.Ldap.NewWithParams ( Linphone.Core  lc,
Linphone.LdapParams  parameters 
)
inlinestatic

Create a new Linphone.Ldap, associate it with the Linphone.LdapParams and store it into the configuration file.

Parameters
lcThe Linphone.Core object.
parametersThe Linphone.LdapParams object.
Returns
The newly created Linphone.Ldap object.

Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.

Property Documentation

Linphone.Core Linphone.Ldap.Core
get

Get the Linphone.Core object to which is associated the Linphone.Ldap.

Returns
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.

int Linphone.Ldap.Index
getset

Get the index of the Linphone.Ldap.

Returns
The index of the Ldap

Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.

Linphone.LdapParams Linphone.Ldap.Params
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.

Returns
The Linphone.LdapParams attached to this ldap.

Deprecated : 18/11/2024 Linphone.Ldap object is no longer used, use Linphone.RemoteContactDirectory instead.


The documentation for this class was generated from the following file: