HttpWebResponse Class
Handles retrieval of HTTP Response headers, and handles data reads.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public class HttpWebResponse : WebResponse, IDisposable
Remarks
This class should never be created directly, but rather should be created by the HttpWebRequest.GetResponse method.
Version Information
Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.