Equivalent class for XMLHttpRequest COM Control?

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

Henning Krause [MVP - Exchange]

Hello,

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

Best regards,
Henning Krause
 

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

Top