Skip to content

Instantly share code, notes, and snippets.

View arturfps's full-sized avatar

Artur Kashapov arturfps

View GitHub Profile
@arturfps
arturfps / Program.cs
Created November 8, 2016 17:09 — 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