Public Member Functions | |
| void | Add (string name, string val) |
| string | GetValue (string headerName) |
| void | Remove (string name) |
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 a chain of protocol headers.
It provides read/write access to the headers of the underlying protocol.
|
inline |
Add given header name and corresponding value.
| name | the header's name |
| val | the header's value |
|
inline |
Search for a given header name and return its value.
| headerName | the header's name |
|
inline |
Add given header name and corresponding value.
| name | the header's name |