Skip to content

Instantly share code, notes, and snippets.

View haifengwang's full-sized avatar

白若水 haifengwang

View GitHub Profile
@haifengwang
haifengwang / SimpleHttpClient.cs
Created May 12, 2016 11:50 — forked from bryanbarnard/SimpleHttpClient.cs
Simple C# .NET 4.5 HTTPClient Request Using Basic Auth and Proxy
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net.Http;
using System.Net;
namespace HTTP_Test