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, 4.1, and 4.2.

See Also

Reference

HttpWebRequest Members
System.Net Namespace