How to make a POST/PUT Call to my server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi There,

I have written an HttpHandler for my server and have registerd it too. Now
when I call my server directly from IE my handler gets called but I am not
able to call my Handler Programmatically.

Can anybody out there help me in posing a GET/PUT/POST call to my server so
that my handler gets called.

Any help on this is highly appreciated.

chow,

Anjali
 
Hi Anjali:

Take a look at System.Net.WebClient and WebRequest classes.
 

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