Click to See Complete Forum and Search --> : threads and httpwebrequest


unni1
October 1st, 2005, 03:13 AM
hi all,

i ve a problem in httprequest.when i try to send 2 requests in one function using keepalive = "true" it is using single channel to send request to server. but when i tried same thing using two threads and calling two diff. functions then it is creating another channel for second request.
so what should i do in order to use single channel to send more than one request.