Public Member Functions | |
| void | AddHeader (string name, string val) |
| string | GetHeader (string name) |
Properties | |
| Linphone.Content | Content [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 representing an informational message sent or received by the core.
|
inline |
Add a header to an info message to be sent.
| name | the header'name |
| val | the header's value |
|
inline |
Obtain a header value from a received info message.
| name | the header'name |
|
getset |
Returns the info message's content as a Linphone.Content structure.