I'm looking for answers to questions like these:
- For any given request, do these three properties always return the same value?
- Do any of them have side effects?
- Do any of them block until the entire request is received by IIS?
- Do any of them cause uploaded files to be loaded completely into memory?
I care about this because I'm making my web application email me when a request takes too long to process on the server, and I want to avoid sending this email for large requests, i.e. when the user uploads one or more large files.