Skip to content

Instantly share code, notes, and snippets.

View DimitarBogdanov's full-sized avatar
💛
do it!

Dimitar Bogdanov DimitarBogdanov

💛
do it!
View GitHub Profile
@jrusbatch
jrusbatch / AvailablePorts.cs
Created December 5, 2012 02:17
Find an Available Port with C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net.NetworkInformation;
using System.Net;
namespace AvailablePort
{
class Program