When you know a thing, to hold that you know it, and when you do not know a thing, to allow that you do not know it - this is knowledge. -Confucius-

Friday, November 2, 2012

C# Socket Programming

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...