HttpWebRequest Class
Provides an HTTP-specific implementation of the System.Net.WebRequest class.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public class HttpWebRequest : WebRequest
Remarks
This class does the main work of the request: it collects the header information from the user, exposes the Stream for outgoing entity data, and processes the incoming request.
Version Information
Available in the .NET Micro Framework versions 4.0 and 4.1.