WebClient::OpenRead Method

 

Opens a readable stream for the data downloaded from a resource with the specified URI.

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodOpenRead(String^)

Opens a readable stream for the data downloaded from a resource with the URI specified as a String.

System_CAPS_pubmethodOpenRead(Uri^)

Opens a readable stream for the data downloaded from a resource with the URI specified as a Uri

Return to top
Show: