[Mono-aspnet-list] SetEndOfSendNotification not being called

rjhdakota rjh at homeseer.com
Tue Aug 24 16:51:26 EDT 2010


We are porting an MS .NET application to MONO and it is "almost" working. We
host ASPX pages in our app as we have our own web server. When we process
the ASPX page we need to send the page an object which is in our main
application. This object allows aspx pages to call back into our main app.
We create a class that is based off of the SimpleWorkerRequest class. In
this class we declare the following function:

public override void SetEndOfSendNotification( EndOfSendNotification
callback, object extraData )

This function then adds our object to the Context. It should be called  just
before the page processing starts. Under MONO its never called. I don't see
it ever called from the source either.

Is there a fix for this, or a workaround that will allow me to pass a
reference to my main app to an ASPX page?

There is sample code that shows how this works here:

http://www.code-magazine.com/article.aspx?quickid=0303131&page=3

Thanks,

-Rich
-- 
View this message in context: http://mono.1490590.n4.nabble.com/SetEndOfSendNotification-not-being-called-tp2337321p2337321.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list