2
0

ChangeLog 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 2004-09-10 Tim Coleman <[email protected]>
  2. * AuthenticationModuleElement.cs AuthenticationModuleElementCollection.cs
  3. * AuthenticationModulesSection.cs BypassElement.cs BypassElementCollection.cs
  4. * ConnectionManagementElement.cs ConnectionManagementElementCollection.cs
  5. * ConnectionManagementSection.cs DefaultProxySection.cs
  6. * HttpCachePolicyElement.cs HttpWebRequestElement.cs
  7. * Ipv6Element.cs MailSettingsSection.cs ModuleElement.cs
  8. * NetSectionGroup.cs ProxyElement.cs RequestCachingSection.cs
  9. * ServicePointManagerElement.cs SettingsSection.cs SmtpElement.cs
  10. * SocketElement.cs UriParserElement.cs UriParserElementCollection.cs
  11. * UriParserSection.cs WebRequestModuleElement.cs
  12. * WebRequestModuleElementCollection.cs WebRequestModulesSection.cs:
  13. New classes for Fx 2.0
  14. 2004-06-15 Gonzalo Paniagua Javier <[email protected]>
  15. * DefaultProxyHandler.cs: removed Console.WriteLine's.
  16. 2004-05-13 Gonzalo Paniagua Javier <[email protected]>
  17. * NetConfigurationHandler.cs: process the httpWebRequest node too.
  18. Better error checking.
  19. 2003-10-09 Gonzalo Paniagua Javier <[email protected]>
  20. * ConnectionManagementHandler.cs: the hashtable is case insensitive now.
  21. 2003-10-08 Gonzalo Paniagua Javier <[email protected]>
  22. * ConnectionManagementHandler.cs: added GetMaxConnections to return the
  23. max. number of simultaneous connections to a given host.
  24. 2003-07-14 Jerome Laban <[email protected]>
  25. * NetConfigurationHandler.cs: New file that handles
  26. system.net/settings
  27. 2003-06-13 Gonzalo Paniagua Javier <[email protected]>
  28. * NetAuthenticationModuleHandler.cs: register the modules using
  29. AuthenticationManager.
  30. 2003-06-06 Gonzalo Paniagua Javier <[email protected]>
  31. * WebRequestModuleHandler.cs: handles system.net/webRequestModules
  32. configuration section.
  33. 2003-06-06 Gonzalo Paniagua Javier <[email protected]>
  34. * DefaultProxyHandler.cs: new file.
  35. * NetAuthenticationModuleHandler.cs: new file.
  36. Reworked HttpWebRequest and related classes.
  37. 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
  38. * ConnectionManagementHandler.cs: New file that handles
  39. system.net/connectionManagement section.