C# Класс Nwc.XmlRpc.ConfigurableKeepAliveXmlRpcRequest

Class supporting the request side of an XML-RPC transaction.
Наследование: Nwc.XmlRpc.XmlRpcRequest
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
RequestResponse string

Открытые методы

Метод Описание
ConfigurableKeepAliveXmlRpcRequest ( String methodName, IList parameters, bool disableKeepAlive ) : System

Instantiate an XmlRpcRequest for a specified method and parameters.

Send ( String url ) : Nwc.XmlRpc.XmlRpcResponse

Send the request to the server.

Описание методов

ConfigurableKeepAliveXmlRpcRequest() публичный Метод

Instantiate an XmlRpcRequest for a specified method and parameters.
public ConfigurableKeepAliveXmlRpcRequest ( String methodName, IList parameters, bool disableKeepAlive ) : System
methodName String String designating the object.method on the server the request /// should be directed to.
parameters IList ArrayList of XML-RPC type parameters to invoke the request with.
disableKeepAlive bool
Результат System

Send() публичный Метод

Send the request to the server.
public Send ( String url ) : Nwc.XmlRpc.XmlRpcResponse
url String String The url of the XML-RPC server.
Результат Nwc.XmlRpc.XmlRpcResponse

Описание свойств

RequestResponse публичное свойство

public string RequestResponse
Результат string