[Mono-dev] [PATCH] HttpContext missing/unimplemented methods + friends
Marek Habersack
grendello at gmail.com
Wed Nov 29 09:53:00 EST 2006
Hello,
This patch implements more methods from Miguel's list:
System.Web.HttpContext get_CurrentHandler()
System.Web.HttpServerUtility UrlTokenDecode(System.String)
As well as two not shown on the list, but related:
System.Web.HttpContext get_PreviousHandler()
System.Web.HttpServerUtility UrlTokenEncode(byte[])
Additionally, it touches HttpApplication to implement the handler stack
accessible through HttpContext.CurrentHandler and
HttpContext.PreviousHandler. Please review,
marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: context.diff
Type: text/x-patch
Size: 6015 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061129/dfd6028b/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061129/dfd6028b/attachment-0001.bin
More information about the Mono-devel-list
mailing list