| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- 2004-09-10 Tim Coleman <[email protected]>
- * 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
- 2004-06-15 Gonzalo Paniagua Javier <[email protected]>
- * DefaultProxyHandler.cs: removed Console.WriteLine's.
- 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
- * NetConfigurationHandler.cs: process the httpWebRequest node too.
- Better error checking.
- 2003-10-09 Gonzalo Paniagua Javier <[email protected]>
- * ConnectionManagementHandler.cs: the hashtable is case insensitive now.
- 2003-10-08 Gonzalo Paniagua Javier <[email protected]>
- * ConnectionManagementHandler.cs: added GetMaxConnections to return the
- max. number of simultaneous connections to a given host.
- 2003-07-14 Jerome Laban <[email protected]>
- * NetConfigurationHandler.cs: New file that handles
- system.net/settings
- 2003-06-13 Gonzalo Paniagua Javier <[email protected]>
- * NetAuthenticationModuleHandler.cs: register the modules using
- AuthenticationManager.
- 2003-06-06 Gonzalo Paniagua Javier <[email protected]>
- * WebRequestModuleHandler.cs: handles system.net/webRequestModules
- configuration section.
- 2003-06-06 Gonzalo Paniagua Javier <[email protected]>
- * DefaultProxyHandler.cs: new file.
- * NetAuthenticationModuleHandler.cs: new file.
- Reworked HttpWebRequest and related classes.
- 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
- * ConnectionManagementHandler.cs: New file that handles
- system.net/connectionManagement section.
|