Searched refs:IEmulatedNetworkService (Results 1 – 4 of 4) sorted by relevance
13 public interface IEmulatedNetworkService : IExternal, IDisposable interface
27 … var service = (IEmulatedNetworkService)Activator.CreateInstance(type, host, port, args); in CreateEmulatedNetworkService()
15 public class EchoService : IEmulatedNetworkService
1261 …onManager.Instance.CurrentEmulation.ExternalsManager.GetExternalsOfType<IEmulatedNetworkService>(); in Open()1294 private readonly IEmulatedNetworkService connectedService;1296 …tService(QuectelModem owner, int connectionId, ServiceType type, IEmulatedNetworkService conn, str… in SocketService()