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