D
deepak
Hi All,
I have a httpwebresponse object(given below)
Dim req As WebRequest
Dim rsp As WebResponse
<....logic to read the http web request object.....>
rsp = req.GetResponse()
i want to convert in(or read in into) into exsiting httprequest object (say
named as 'Response')
How this can be done..?Any helo would be great for me..
Thanks,
Deepak
I have a httpwebresponse object(given below)
Dim req As WebRequest
Dim rsp As WebResponse
<....logic to read the http web request object.....>
rsp = req.GetResponse()
i want to convert in(or read in into) into exsiting httprequest object (say
named as 'Response')
How this can be done..?Any helo would be great for me..
Thanks,
Deepak