[Mono-dev] Completion of Mono APIs.

Marek Habersack grendello at gmail.com
Wed Nov 29 09:46:33 EST 2006


On Tue, 28 Nov 2006 20:10:54 -0500, Miguel de Icaza <miguel at ximian.com>
scribbled:

> Hello,
> 
>     I have just blogged about the various APIs that are missing when
> trying to run software on Mono:
> 
> 	http://tirania.org/blog/archive/2006/Nov-28-1.html
I have briefly looked at the System.Web list and found that some
methods reported there as missing/broken are indeed present in current
SVN HEAD. I haven't processed the entire list yet, since I started
implementing the missing bits (will post patches in a while in separate
mails), but here's what I've found so far:

[P] System.Web.Configuration.HttpCapabilitiesBase get_IsMobileDevice()
[P] System.Web.Configuration.HttpCapabilitiesBase get_SupportsCallback()
[P] System.Web.HttpCachePolicy SetNoServerCaching()
[P] System.Web.HttpCachePolicy SetNoStore()
[P] System.Web.HttpCachePolicy SetOmitVaryStar(System.Boolean)
[P] System.Web.HttpCachePolicy SetValidUntilExpires(System.Boolean)
[P] System.Web.HttpContext get_CurrentHandler()
[I] System.Web.HttpContext GetSection(System.String)
[P] System.Web.HttpResponse AddCacheItemDependency(System.String)
[P] System.Web.HttpResponse AddFileDependency(System.String)
[P] System.Web.HttpResponse get_IsRequestBeingRedirected()
[I] System.Web.UI.Control ApplyStyleSheetSkin(System.Web.UI.Page)

[P] means "present but not implemented"
[I] means present and implemented

I will continue to go through the list tonight and implement methods that are 
missing/unimplemented as I go

best regards,

marek
-------------- 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/f0a813c6/attachment.bin 


More information about the Mono-devel-list mailing list