Y
Yair Nissan
Hi all,
I have an application which uses HttpWebRequest to get data from other
sites. I'm trying to convert the application to use TcpClient (or Socket)
since I need to bind the connection to a local endpoint for each request.
Is there a component which performs all the tasks that the HttpWebRequest
performs but enables me to bind each request to a local endpoint or a link
to a code sample that would explain how to do so.
Thanks,
Daniel
I have an application which uses HttpWebRequest to get data from other
sites. I'm trying to convert the application to use TcpClient (or Socket)
since I need to bind the connection to a local endpoint for each request.
Is there a component which performs all the tasks that the HttpWebRequest
performs but enables me to bind each request to a local endpoint or a link
to a code sample that would explain how to do so.
Thanks,
Daniel