| 1234567891011121314151617181920212223242526272829303132 |
- 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.
|