This is the complete list of members for Linphone.Config, including all inherited members.
| CleanEntry(string section, string key) | Linphone.Config | inline |
| CleanSection(string section) | Linphone.Config | inline |
| CleanSectionSuite(string section) | Linphone.Config | inline |
| CleanStringArrayPtrs(IntPtr l) (defined in Linphone.LinphoneObject) | Linphone.LinphoneObject | inlineprotected |
| Dump() | Linphone.Config | inline |
| DumpAsXml() | Linphone.Config | inline |
| GetBool(string section, string key, bool defaultValue) | Linphone.Config | inline |
| GetDefaultFloat(string section, string key, float defaultValue) | Linphone.Config | inline |
| GetDefaultInt(string section, string key, int defaultValue) | Linphone.Config | inline |
| GetDefaultInt64(string section, string key, int defaultValue) | Linphone.Config | inline |
| GetDefaultString(string section, string key, string defaultValue) | Linphone.Config | inline |
| GetFloat(string section, string key, float defaultValue) | Linphone.Config | inline |
| GetInt(string section, string key, int defaultValue) | Linphone.Config | inline |
| GetInt64(string section, string key, int defaultValue) | Linphone.Config | inline |
| GetKeysNamesList(string section) | Linphone.Config | inline |
| GetOverwriteFlagForEntry(string section, string key) | Linphone.Config | inline |
| GetOverwriteFlagForSection(string section) | Linphone.Config | inline |
| GetRange(string section, string key, int min, int max, int defaultMin, int defaultMax) | Linphone.Config | inline |
| GetSectionParamString(string section, string key, string defaultValue) | Linphone.Config | inline |
| GetSkipFlagForEntry(string section, string key) | Linphone.Config | inline |
| GetSkipFlagForSection(string section) | Linphone.Config | inline |
| GetString(string section, string key, string defaultString) | Linphone.Config | inline |
| GetStringList(string section, string key, IEnumerable< string > defaultList) | Linphone.Config | inline |
| HasEntry(string section, string key) | Linphone.Config | inline |
| HasSection(string section) | Linphone.Config | inline |
| IsReadonly | Linphone.Config | |
| linphone_pointer_to_string(IntPtr ptr) (defined in Linphone.LinphoneObject) | Linphone.LinphoneObject | protected |
| linphone_string_to_pointer([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) (defined in Linphone.LinphoneObject) | Linphone.LinphoneObject | protected |
| LoadFromXmlFile(string filename) | Linphone.Config | inline |
| LoadFromXmlString(string buffer) | Linphone.Config | inline |
| NewFromBuffer(string buffer) | Linphone.Config | inlinestatic |
| NewWithFactory(string configFilename, string factoryConfigFilename) | Linphone.Config | inlinestatic |
| ReadFile(string filename) | Linphone.Config | inline |
| RelativeFileExists(string filename) | Linphone.Config | inline |
| Reload() | Linphone.Config | inline |
| SectionsNamesList | Linphone.Config | |
| SetBool(string section, string key, bool val) | Linphone.Config | inline |
| SetFloat(string section, string key, float val) | Linphone.Config | inline |
| SetInt(string section, string key, int val) | Linphone.Config | inline |
| SetInt64(string section, string key, int val) | Linphone.Config | inline |
| SetIntHex(string section, string key, int val) | Linphone.Config | inline |
| SetOverwriteFlagForEntry(string section, string key, bool val) | Linphone.Config | inline |
| SetOverwriteFlagForSection(string section, bool val) | Linphone.Config | inline |
| SetRange(string section, string key, int minValue, int maxValue) | Linphone.Config | inline |
| SetSkipFlagForEntry(string section, string key, bool val) | Linphone.Config | inline |
| SetSkipFlagForSection(string section, bool val) | Linphone.Config | inline |
| SetString(string section, string key, string val) | Linphone.Config | inline |
| SetStringList(string section, string key, IEnumerable< string > val) | Linphone.Config | inline |
| StringArrayToBctbxList(IEnumerable< string > stringlist) (defined in Linphone.LinphoneObject) | Linphone.LinphoneObject | inlineprotected |
| Sync() | Linphone.Config | inline |
| WriteRelativeFile(string filename, string data) | Linphone.Config | inline |