WebResponse Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the WebResponse class.
Assembly: System.Net (in System.Net.dll)
Applications do not call the WebResponse constructor directly; use the BeginGetResponse method on a WebRequest instance.
Notes to ImplementersThis constructor creates and initializes the required fields for descendant classes.
Show: