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

Public Member Functions

void AddIntArg (int val)
 
void AddStringArg (string val)
 

Properties

XmlRpcRequestListener Listener [get, set]
 
string Content [get]
 
int IntResponse [get]
 
IEnumerable< string > ListResponse [get]
 
string RawResponse [get]
 
Linphone.XmlRpcStatus Status [get]
 
string StringResponse [get]
 

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

The Linphone.XmlRpcRequest object representing a XML-RPC request to be sent.

Member Function Documentation

void Linphone.XmlRpcRequest.AddIntArg ( int  val)
inline

Add an integer argument to an XML-RPC request.

Parameters
valThe integer value of the added argument.
void Linphone.XmlRpcRequest.AddStringArg ( string  val)
inline

Add a string argument to an XML-RPC request.

Parameters
valThe string value of the added argument.

Property Documentation

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

Get the response to an XML-RPC request sent with Linphone.XmlRpcSession.SendRequest() and returning an integer response.

Returns
The integer response to the XML-RPC request.
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

Get the raw response to an XML-RPC request sent with Linphone.XmlRpcSession.SendRequest() and returning http body as string.

Returns
The string response to the XML-RPC request.
Linphone.XmlRpcStatus Linphone.XmlRpcRequest.Status
get

Get the status of the XML-RPC request.

Returns
The Linphone.XmlRpcStatus of the XML-RPC request.
string Linphone.XmlRpcRequest.StringResponse
get

Get the response to an XML-RPC request sent with Linphone.XmlRpcSession.SendRequest() and returning a string response.

Returns
The string response to the XML-RPC request.

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