Beispiel #1
0
        /// <summary>
        /// Retrieve the specified server option.
        /// </summary>

        public DataNode GetServerData(string key)
        {
            return((mConfig != null) ? mConfig.GetHierarchy(key) : null);
        }