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

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)
 

Detailed Description

Object representing a chain of protocol headers.

It provides read/write access to the headers of the underlying protocol.

Member Function Documentation

void Linphone.Headers.Add ( string  name,
string  val 
)
inline

Add given header name and corresponding value.

Parameters
namethe header's name
valthe header's value
string Linphone.Headers.GetValue ( string  headerName)
inline

Search for a given header name and return its value.

Parameters
headerNamethe header's name
Returns
the header's value or null if not found.
void Linphone.Headers.Remove ( string  name)
inline

Add given header name and corresponding value.

Parameters
namethe header's name

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