Skip to content

Instantly share code, notes, and snippets.

View ksdmyanmar-lighter's full-sized avatar

ksdmyanmar-lighter

View GitHub Profile
@ksdmyanmar-lighter
ksdmyanmar-lighter / HttpClient.cs
Last active November 20, 2025 08:26 — forked from bryanbarnard/SimpleHttpClient.cs
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