Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/
DHttpServer.cs21 xmlRpcServer = processor; in HttpServer()
118 xmlRpcServer.Dispose(); in Dispose()
121 public XmlRpcServer Processor { get { return xmlRpcServer; } }
128 xmlRpcServer.ProcessRequest(context); in Runner()
136 private readonly XmlRpcServer xmlRpcServer; field in Antmicro.Renode.RobotFramework.HttpServer