WebClient.OpenRead Method
.NET Framework 2.0
Opens a readable stream for the data downloaded from a resource with the specified URI.
| Name | Description |
|---|---|
| WebClient.OpenRead (String) | Opens a readable stream for the data downloaded from a resource with the URI specified as a String. |
| WebClient.OpenRead (Uri) | Opens a readable stream for the data downloaded from a resource with the URI specified as a Uri |