T
Tom Jones
Hi,
I am unsure as to what the proper usage model for HttpWebRequest is.
Do I create a new request instance each time I interact with a specific
server?
For example, if I need to perform a GET, then a POST, and then another GET,
do I use the same HttpWebRequest instance, or do I continually create new
instances and repopulate each one (e.g. cookies)?
Thanks,
tj
I am unsure as to what the proper usage model for HttpWebRequest is.
Do I create a new request instance each time I interact with a specific
server?
For example, if I need to perform a GET, then a POST, and then another GET,
do I use the same HttpWebRequest instance, or do I continually create new
instances and repopulate each one (e.g. cookies)?
Thanks,
tj