WebClient 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 WebClient class.
Assembly: System.Net (in System.Net.dll)
The default constructor creates a new instance of the WebClient class. The default HTTP method is GET.
Show: