|
|
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) |
| |
The Linphone.XmlRpcRequest object representing a XML-RPC request to be sent.
| void Linphone.XmlRpcRequest.AddIntArg |
( |
int |
val | ) |
|
|
inline |
Add an integer argument to an XML-RPC request.
- Parameters
-
| val | The integer value of the added argument. |
| void Linphone.XmlRpcRequest.AddStringArg |
( |
string |
val | ) |
|
|
inline |
Add a string argument to an XML-RPC request.
- Parameters
-
| val | The string value of the added argument. |
| string Linphone.XmlRpcRequest.Content |
|
get |
Get the content of the XML-RPC request.
- Returns
- The string representation of the content of the XML-RPC request.
| int Linphone.XmlRpcRequest.IntResponse |
|
get |
| IEnumerable<string> Linphone.XmlRpcRequest.ListResponse |
|
get |
Get the response to an XML-RPC request sent with Linphone.XmlRpcSession.SendRequest() and returning a string response.
- Returns
- A list of all string responses in the XML-RPC request. A list of const char * objects.
| string Linphone.XmlRpcRequest.RawResponse |
|
get |
| string Linphone.XmlRpcRequest.StringResponse |
|
get |
The documentation for this class was generated from the following file: