In particular, I'm after a similar capacity to Response.BeginFlush being introduced in Asp.NET 4.5 which uses I/O Completion Ports.
I fear that this may not be possible because pre .NET 4 simply doesn't seem to expose enough to implement async IO with HttpResponse. IHttpAsyncHander is as far as things are exposed currently. It doesn't seem like there's much hope with integrating HttpListener.
I also looked into SignalR with Asp.NET which seems to have the dependency on .NET 4.5.
How screwed am I?