2005-11-09 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Wed, 9 Nov 2005 23:34:39 +0000 (23:34 -0000)
committerChris Toshok <toshok@novell.com>
Wed, 9 Nov 2005 23:34:39 +0000 (23:34 -0000)
commita800101389f2b1b26b82f7c8789c539e727337e8
tree671229d08b014d3dde64c1b7e7ad14364ac82ace
parente8767d99bcf7d3c6ad18e4285d84602c027badbf
2005-11-09  Chris Toshok  <toshok@ximian.com>

* PagesSection.cs, AuthenticationSection.cs, BuildProvider.cs,
BuildProviderCollection.cs, HttpHandlerActionCollection.cs,
HttpModulesSection.cs, HttpModuleAction.cs,
HttpModuleActionCollection.cs, AnonymousIdentificationSection.cs,
CodeSubDirectory.cs, CodeSubDirectoriesCollection.cs,
SystemWebSectionGroup.cs, SiteMapSection.cs,
WebConfigurationManager.cs: flesh out the implementation.

* TagMap*.cs, TagPrefix*.cs: new implementation.

* FormsAuthentication*.cs: new implementation.

* Profile*.cs: new implementation.

* Namespace*.cs: new implementation.

* HttpRuntimeSection.cs: new implementation.

svn path=/trunk/mcs/; revision=52807
32 files changed:
mcs/class/System.Web/System.Web.Configuration_2.0/AnonymousIdentificationSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/AuthenticationSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/BuildProvider.cs
mcs/class/System.Web/System.Web.Configuration_2.0/BuildProviderCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ChangeLog [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/CodeSubDirectoriesCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/CodeSubDirectory.cs
mcs/class/System.Web/System.Web.Configuration_2.0/FormsAuthenticationConfiguration.cs
mcs/class/System.Web/System.Web.Configuration_2.0/FormsAuthenticationCredentials.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/FormsAuthenticationUser.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/FormsAuthenticationUserCollection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/HttpHandlerActionCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/HttpModuleAction.cs
mcs/class/System.Web/System.Web.Configuration_2.0/HttpModuleActionCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/HttpModulesSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/HttpRuntimeSection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/NamespaceCollection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/NamespaceInfo.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/PagesSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ProfileGroupSettings.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/ProfileGroupSettingsCollection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/ProfilePropertySettings.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/ProfilePropertySettingsCollection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/ProfileSection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/RootProfilePropertySettingsCollection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/SiteMapSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/SystemWebSectionGroup.cs
mcs/class/System.Web/System.Web.Configuration_2.0/TagMapCollection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/TagMapInfo.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/TagPrefixCollection.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/TagPrefixInfo.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.Configuration_2.0/WebConfigurationManager.cs