.net的开源xmlrpc API
CookComputing.XmlRpc
接口定义
//[XmlRpcUrl(”http://hostname:port/RPC2″)]
public interface ICodianAPI : IXmlRpcProxy
{
[XmlRpcMethod(”method name”)]
void method(parameter_struct );
}

.net的开源xmlrpc API
CookComputing.XmlRpc
接口定义
//[XmlRpcUrl(”http://hostname:port/RPC2″)]
public interface ICodianAPI : IXmlRpcProxy
{
[XmlRpcMethod(”method name”)]
void method(parameter_struct );
}

Comment Guidelines: Basic XHTML is allowed (a href, strong, em, code). All line breaks and paragraphs will be generated automatically.
Sorry, no comments yet.