Equivalent class for XMLHttpRequest COM Control?

  • Thread starter Thread starter Duncan Smith
  • Start date Start date
D

Duncan Smith

I'm the process of updating some code that uses the COM object
XMLHttpRequest that gets installed with IE6 (I need to POST data to an
HTTP server), and was wondering if there is a native .NET equivalent
for this class, or should I stick with the existing object and use a
CCW?

Thanks,

Duncan.
 
Hello,

you can using HttpWebRequest in conjunction with the various XML handling
classes.

Best regards,
Henning Krause
 
Hello,

you can using HttpWebRequest in conjunction with the various XML handling
classes.

Best regards,
Henning Krause

Thanks, I'll give it a go..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top