Home
last modified time | relevance | path

Searched refs:XmlRpcServer (Results 1 – 3 of 3) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DHttpServer.cs19 public HttpServer(XmlRpcServer processor) in HttpServer()
121 public XmlRpcServer Processor { get { return xmlRpcServer; } }
136 private readonly XmlRpcServer xmlRpcServer;
DXmlRpcServer.cs18 internal class XmlRpcServer : XmlRpcListenerService, IDisposable class
20 public XmlRpcServer(KeywordManager keywordManager) in XmlRpcServer() method in Antmicro.Renode.RobotFramework.XmlRpcServer
DRobotFrameworkEngine.cs23 var processor = new XmlRpcServer(keywordManager); in RobotFrameworkEngine()