Skip to content

Instantly share code, notes, and snippets.

@iamdionysus
Created April 1, 2014 22:57
Show Gist options
  • Save iamdionysus/9924804 to your computer and use it in GitHub Desktop.
Save iamdionysus/9924804 to your computer and use it in GitHub Desktop.
two points when using System.Net.WebClient
using (var web = new WebClient())
{
web.Encoding = System.Text.Encoding.UTF8;
web.Headers.Add("Content-Type", "application/x-www-form-urlencoded");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment