Class RemoteContactDirectory
Object that represents a remote contact directory such as a LDAP or CardDAV server; used as a Linphone.MagicSearch source.
Inherited Members
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class RemoteContactDirectory : LinphoneObject
Properties
CardDavParams
Gets the CardDAV params if Linphone.RemoteContactDirectory.Type returns CardDAV.
Declaration
public CardDavParams CardDavParams { get; }
Property Value
Type | Description |
---|---|
CardDavParams | the Linphone.CardDavParams or null if not of CardDAV type. |
LdapParams
Gets the LDAP params if Linphone.RemoteContactDirectory.Type returns LDAP.
Declaration
public LdapParams LdapParams { get; }
Property Value
Type | Description |
---|---|
LdapParams | the Linphone.LdapParams or null if not of LDAP type. |
Limit
Gets the maximum number of results to fetch, 0 means no limit.
Declaration
public uint Limit { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 | the maximum number of results, 0 means no limit. |
MinCharacters
Gets the minimum number of characters to have before sending the query to the server.
Declaration
public uint MinCharacters { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 | The mininum number of characters to have before sending the query. |
ServerUrl
Gets the configured remote contact directory server URL.
Declaration
public string ServerUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | the remote contact directory server URL. |
Timeout
Gets the timeout (in seconds) after which the query is abandonned.
Declaration
public uint Timeout { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 | The timeout (in seconds) after which the query is considered to be timed-out. |
Type
Gets the type of remote contact directory (LDAP, CardDAV).
Declaration
public RemoteContactDirectoryType Type { get; }
Property Value
Type | Description |
---|---|
RemoteContactDirectoryType | the Linphone.RemoteContactDirectoryType of this remote contact directory. |