I want to send a HTTP request to http://YourWebSite.com/MessagefromMobiles.aspx and get the response.
And I want to send a response to the HTTP Get request I receive to http://MyWebSite.com/Hello.aspx page.
Can someone show me the correct way of doing this in C#?
EDIT
Please show me the correct direction rather than downvoting. If this is a very basic or silly question. Post something helpful and downvote.
The HttpClient api is much easier to use. If you don’t have NuGet package manager installed, get it, and install it. Once you’ve restarted visual studio, click on manage NuGet packages and search online for HttpClient.