Send data to and receive data from a resource identified by a URI

The demo example takes the URI of a resource, retrieves it, and displays the response using .Net WebClient.




  
Download

Downloaded
63 times



Updated
20/08/2018


Developer
Bismark

Description

The demo example takes the URI of a resource, retrieves it, and displays the response using .Net WebClient.


The WebClient provides common methods for sending data to or receiving data from any local, intranet, or Internet resource identified by a URI.

Back