Esempio n. 1
0
        /// <summary>
        /// Gets the information about all sites available at this web service.
        /// </summary>
        /// <returns>The list of all sites supported by this web service.</returns>
        public IList <HydroDesktop.Interfaces.ObjectModel.Site> GetSites()
        {
            string xmlFile = GetSitesXML();

            return(_parser.ParseGetSitesXml(xmlFile));
        }