示例#1
0
        public NetHttpChannelManager(WADLUtility.Url baseUrl)
        {
            BaseUrl = baseUrl;
            rss     = String.Empty;
            wadl    = WADLUtility.GenerateWadl(this.GetType(), BaseUrl);
            WADLApplication application = WADLApplication.GetWADLApplication(this.GetType());

            ChannelUrl    = WADLUtility.Url.CreateUrl(baseUrl, application.Name);
            InnerChannels = new List <NetHttpChannelManager>();
        }