Searched defs:flushOnConnect (Results 1 – 2 of 2) sorted by relevance
18 …is Emulation emulation, int port, string name, bool emitConfig = true, bool flushOnConnect = false) in CreateServerSocketTerminal()27 … public ServerSocketTerminal(int port, bool emitConfigBytes = true, bool flushOnConnect = false) in ServerSocketTerminal()
25 …public SocketServerProvider(bool emitConfigBytes = true, bool flushOnConnect = false, string serve… in SocketServerProvider()272 private bool flushOnConnect; field in Antmicro.Renode.Utilities.SocketServerProvider