XMLHTTP equivelent

Q

Q. John Chen

I need post some simple form data and get some simple data back. I used
XMLHTTP in VB6 and works great. How can I do the same thing in .NET.

The most important thing for me is that I want to be able to
communicate AS LONG AS the browser (IE) can communicate. I do NOT want
set the proxy server because my app is distribute to unknown users.

Thanks

John
 
Q

Q. John Chen

HttpWebRequest will work for me. I thought that I have to set the Proxy
Server for HttpWebRequest to work.

Web Service uses alway use http SOAP header even I choose blank as soap
header. Some users' company block all unknow headers including this one
cause web service does not work at all. I have to use Http Turneling
to get message through for all users.

John
 

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