HTTP clients

Reading GET response as string using System.Net.HttpClient

Basic HTTP downloader using System.Net.Http.HttpClient

Reading GET response as string using System.Net.WebClient

Sending a POST request with a string payload using System.Net.HttpWebRequest

Sending a POST request with a string payload using System.Net.WebClient

Sending a POST request with a string payload using System.Net.HttpClient

Reading GET response as string using System.Net.HttpWebRequest