Skip to content

Instantly share code, notes, and snippets.

View deolgurpreet's full-sized avatar

Gurpreet Deol deolgurpreet

View GitHub Profile
@deolgurpreet
deolgurpreet / Program.cs
Created June 9, 2017 15:40 — forked from jamesmanning/Program.cs
simple TCP client and server
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication2
{
class Program