I\'m using a IHttpHandler to call a webservice and return the resulting byte[] to the client as a downloaded file attachment.This works fine, but when I tried changing the IHttpHandler to a IHttpAsync
I implemented a System.Web.IHttpAsyncHandler to limit website bandwidth usage for files 开发者_C百科download. Once defined user bandwidth, I need to send a byte[] every second (or 1000 milliseconds, t