Difference between NetworkStream.Write and StreamWriter.Write

Viewed 515

Hello it would be very nice if someone could tell me the difference between the NetworkStream.Write and the StreamWriter.Write. I'm using a TcpClient and don't know which should be better to use for writing to the Stream.

0 Answers
Related