public IAIntAirAct(IAServer server, IAClient client) { this.server = server; this.client = client; this.serviceDiscovery = new SDServiceDiscovery(); this.IsRunning = false; this.SupportedRoutes = new HashSet<IARoute>(); Port = 0; this.Setup(); }
public void SDServiceDiscoveryTestInitialize() { this.serviceDiscovery = new SDServiceDiscovery(); }