This page demonstrates the core functionality of the System.NET.HttpRequest class.
The System.NET.HttpRequest class provides a convenient interface for making HTTP requests in .NET. It handles the complexities of HTTP communication, making it easier to build web applications.
This section shows a simple request to the root.
This demonstrates the basic parameters used for a request.
This demonstrates the body of a request.
Displays the status code of a request.
This shows a request using the GET method.
This demonstrates a URL request.