| 123456789101112131415161718192021222324252627282930313233 |
- 2010-01-20 Marek Habersack <[email protected]>
- * HttpContextBase.cs: implemented RemapHandler and
- SetSessionStateBehavior 4.0 APIs.
- 2009-07-30 Gonzalo Paniagua Javier <[email protected]>
- * HttpResponseWrapper.cs: removed a few TODO/NotImplemented.
- Fixes bug #526297.
- 2009-06-16 Marek Habersack <[email protected]>
- * Decorated all classes with the TypeForwardedFrom attribute for
- the 4.0 profile.
- 2008-09-09 Atsushi Enomoto <[email protected]>
- * HttpApplicationStateBase.cs
- HttpBrowserCapabilitiesBase.cs
- HttpCachePolicyBase.cs
- HttpContextBase.cs
- HttpFileCollectionBase.cs
- HttpPostedFileBase.cs
- HttpRequestBase.cs
- HttpResponseBase.cs
- HttpServerUtilityBase.cs
- HttpSessionStateBase.cs
- HttpStaticObjectsCollectionBase.cs : they are just to throw NIE.
- * HttpPostedFileWrapper.cs : lacked implementation.
- 2008-09-04 Atsushi Enomoto <[email protected]>
- *.cs : initial checkin.
|