Ejemplo n.º 1
0
        /// <summary>
        /// Method to discover the available services in the network.
        /// </summary>
        private void DiscoverServices()
        {
            _log.Debug(m => m("MainWindow.DiscoverServices() ..."));
            ServiceProxy.DiscoverServices();

            _log.Debug(m => m("MainWindow.DiscoverServices() {0} server found ...", ServiceProxy.ServiceDiscovery.DiscoveredServers.Count));
        }