[Mono-devel-list] HttpWorkerRequest

Gonzalo Paniagua Javier gonzalo at ximian.com
Mon Dec 13 15:08:18 EST 2004


On Mon, 2004-12-13 at 10:24 -0800, Joe Audette wrote:
>Hi All,
 
>I'm trying to get a nice file upload HttpModule working under mono but
>having some trouble.
 
>It looks like the cause of the problem is the HttpWorkerRequest methods
>are not yet implemented in mono 
>http://www.go-mono.com/class-status-System.Web.html
>Specifically, it is missing the
>GetPreloadedEntityBody()
>GetPreLoadedEntityBodyLength()
>GetTotalEntityBodyLength()
>ReadEntityBody(...) 
 
>Any idea when these methods will be working?

Why do you think they it fails because of that? If you use xsp, those
methods are actually implemented in classes derived from
HttpWorkerRequest.

-Gonzalo










More information about the Mono-devel-list mailing list