NetworkStream.Write vs. Socket.Send?

The advantage of a NetworkStream derives primarily from the fact that it is a Stream . The disadvantage of a Socket is that common code that reads and writes from abstract I/O sources like a Stream cannot handle a Socket .

You can potentially separate creation of NetworkStream and to work with that as with abstract Stream - so you'll be able to change your transport or simply to create Stream stubs for testing.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions