HttpRequest delayed processing

I’m not really good at English but this is what I think about your question:
because the Http Request is aync. So the ProcessRequest function will return directly when you call it. But you want to call this and then the function will wait until RequestComplete is called?