Searched refs:XmlRpcServer (Results 1 – 3 of 3) sorted by relevance
19 public HttpServer(XmlRpcServer processor) in HttpServer()121 public XmlRpcServer Processor { get { return xmlRpcServer; } }136 private readonly XmlRpcServer xmlRpcServer;
18 internal class XmlRpcServer : XmlRpcListenerService, IDisposable class20 public XmlRpcServer(KeywordManager keywordManager) in XmlRpcServer() method in Antmicro.Renode.RobotFramework.XmlRpcServer
23 var processor = new XmlRpcServer(keywordManager); in RobotFrameworkEngine()