views:

745

answers:

2

How to create simple C# full-duplex TCP/IP stream socket connection?

What do I need? I need -

  • Open Source Libs
  • Tutorials
  • Blog posts/Articles


A: 
new NetworkStream(socket)
leppie
+1  A: 

Ask and ye shall receive.

UPDATE:

More verbose and complete example

JustLoren
are you totally shure tat this is about full-duplex TCP/IP stream socket connection?
Blender