
As with Java we can use C# to handle Sockets in our computers. The Socket Basics are the same as described in here.
But
there are some different key words which C# use to play with Sockets.
Some of them are described as below. (Found them on the internet). They
will give some brief explanation about those words. (Actually those
words represent C# classes and Methods)
GetStream returns a NetworkStream
that...