Skip to content

Instantly share code, notes, and snippets.

View runxc1's full-sized avatar
🏠
Working from home

runxc1(Bret Ferrier) runxc1

🏠
Working from home
View GitHub Profile
@bryanbarnard
bryanbarnard / SimpleHttpClient.cs
Created December 23, 2013 19:15
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