converting HTTPWebResponse object to HTTPResponse object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?ZGVlcGFr?=

    converting HTTPWebResponse object to HTTPResponse object

    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
Working...