public virtual void StartReceivingThread()
        {
            Thread thrReceive = new Thread(Receive);
...

C# thread tcp/ip

by melaos.myopenid.com, November 03, 2011 00:09, 65 refactorings, tagged with c# tcp/ip threads

it's my first stab at tcp/i...

55502f40dc8b7c769880b10874abc9d0 Talk