XMLHTTP

  • Thread starter Thread starter Q. John Chen
  • Start date Start date
Q

Q. John Chen

I am looking for XMLHTTP equivelent in C#. I need post simple data and
get simple results back. The most important for me is to allow the
client app to communicate AS LONG AS the web browser (or IE) can
communicate. I don't want to set proxy because my app is distributed to
unknonw users. I briefly looked at the HttpWebRequest but it seems that
I have to setup the proxy.

Any suggestion ?

Thanks.

John
 
You do not need to setup any proxy when using HttpWebRequest. You may want
to have a look at WebClient class as well.
 

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