Represents an XML Remote Procedure Call (XML-RPC) structured list parameter.

Namespace:  Argotic.Core.Net
Assembly:  Argotic.Core (in Argotic.Core)
Version: 2007.3.0.0 (2007.3.0.0)

Syntax

C#
[SerializableAttribute]
public class XmlRpcStructParameter : IComparable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class XmlRpcStructParameter _
	Implements IComparable
Visual C++
[SerializableAttribute]
public ref class XmlRpcStructParameter : IComparable

Remarks

The framework API is designed so the structured list parameters are added as parameters to a method call by using the structured list parameter as the value of a XmlRpcParameter. When setting a XmlRpcStructParameter as the value of a XmlRpcParameter, you must set the type of the XmlRpcParameter to be Struct.

Inheritance Hierarchy

System..::.Object
  Argotic.Core.Net..::.XmlRpcStructParameter

See Also