Skip to content

Instantly share code, notes, and snippets.

View scottstamp's full-sized avatar

Scott Stamp scottstamp

  • Hypermine Networks
  • St. John's, Newfoundland
View GitHub Profile
@scottstamp
scottstamp / BasicReq.cs
Created June 9, 2012 20:34 — forked from kersny/BasicReq.cs
Basic HTTP Request class (C#)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.IO;
namespace Obscure.ateTracks
{
/// <summary>