2003-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 18 Oct 2003 05:54:18 +0000 (05:54 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 18 Oct 2003 05:54:18 +0000 (05:54 -0000)
commita18eaf76597e566fd9d1c7bdc81b6c393003ec4b
tree9ccdaa57dd9953911dccb337afc65ee03b911660
parent11180a67e340baaea6ad01ccb10b82a1e97edb72
2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.UI/TemplateControl.cs: moved NoParamsInvoker class to its
own file.

* System.Web/HttpApplicationFactory.cs: use NoParamsInvoker.
* System.Web/HttpRequest.cs: support request filters.
* System.Web/HttpRequestStream.cs: mono-stylized and added new Set
method.

* System.Web/NoParamsInvoker.cs: proxy class to invoke user-provided
methods without parameters that are invoked by EventHandlers.

svn path=/trunk/mcs/; revision=19156
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/TemplateControl.cs
mcs/class/System.Web/System.Web.dll.sources
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/HttpApplicationFactory.cs
mcs/class/System.Web/System.Web/HttpRequest.cs
mcs/class/System.Web/System.Web/HttpRequestStream.cs
mcs/class/System.Web/System.Web/NoParamsInvoker.cs [new file with mode: 0644]