2004-09-10 Tim Coleman <tim@timcoleman.com>
authorTim Coleman <tim@mono-cvs.ximian.com>
Fri, 10 Sep 2004 19:47:45 +0000 (19:47 -0000)
committerTim Coleman <tim@mono-cvs.ximian.com>
Fri, 10 Sep 2004 19:47:45 +0000 (19:47 -0000)
commit38d8ff2fd7b5545465cd6eae369036314b57c709
tree7283222ac806f66080d777d9763537d84b0104b1
parentd0cb58bb73c10ac17eee64775b922b0e53f4c819
2004-09-10  Tim Coleman <tim@timcoleman.com>
        * AuthenticationModuleElement.cs AuthenticationModuleElementCollection.cs
        * AuthenticationModulesSection.cs BypassElement.cs BypassElementCollection.cs
        * ConnectionManagementElement.cs ConnectionManagementElementCollection.cs
        * ConnectionManagementSection.cs DefaultProxySection.cs
        * HttpCachePolicyElement.cs HttpWebRequestElement.cs
        * Ipv6Element.cs MailSettingsSection.cs ModuleElement.cs
        * NetSectionGroup.cs ProxyElement.cs RequestCachingSection.cs
        * ServicePointManagerElement.cs SettingsSection.cs SmtpElement.cs
        * SocketElement.cs UriParserElement.cs UriParserElementCollection.cs
        * UriParserSection.cs WebRequestModuleElement.cs
        * WebRequestModuleElementCollection.cs WebRequestModulesSection.cs:
                New classes for Fx 2.0

svn path=/trunk/mcs/; revision=33725
28 files changed:
mcs/class/System/System.Net.Configuration/AuthenticationModuleElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/AuthenticationModuleElementCollection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/AuthenticationModulesSection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/BypassElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/BypassElementCollection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/ChangeLog
mcs/class/System/System.Net.Configuration/ConnectionManagementElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/ConnectionManagementElementCollection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/ConnectionManagementSection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/DefaultProxySection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/HttpCachePolicyElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/HttpWebRequestElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/Ipv6Element.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/MailSettingsSection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/ModuleElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/NetSectionGroup.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/ProxyElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/RequestCachingSection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/ServicePointManagerElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/SettingsSection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/SmtpElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/SocketElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/UriParserElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/UriParserElementCollection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/UriParserSection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/WebRequestModuleElement.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/WebRequestModuleElementCollection.cs [new file with mode: 0755]
mcs/class/System/System.Net.Configuration/WebRequestModulesSection.cs [new file with mode: 0755]