0
kicks
HttpWebRequest, HttpWebResponse and send POST request
Some times we do have a requirement to call external web pages through our application.
The System.Net.HttpWebRequest Class allow us to make a call to any web page programmatically.
In the below code you will see how we can make a call to any webpage and get there response on our page.