Search Results

1
vote
4answers
1k views

HttpContext.Current is null

I am doing some asynchronous work on a separate thread using: ThreadPool.QueueUserWorkItem(...) and in this separate thread, I need to call HttpContext.Current so that I can access: …