Topic: WebApp.Request and timeout

I'm using the WebApp.Request.
I would like to manage a timeout with the server.

How to manage the timeout handler with the Webapp.net framework ?

Re: WebApp.Request and timeout

Catch the "beginasync", "endasync" events, save the timestamp and the related object, then use setTimeout/setInterval to check end/tiemout of the request

/!\ Don't forget to "Like" WebApp.Net from the homepage.