I'd like to know if I can send an HttpWebRequest without waiting for a response (using .NET).
I am interested in SENDING information, but I don't care about the response.
Do I HAVE to wait for the response? Or I'm safe to just issue the request?
I guess it's the same question as:
How to send http request in asp.net without waiting for a response and without tying up resources
Thanks in advance.