tcpclient networkstream

  1. D

    Question Need Some Help with TCPClient NetworkStream Reading

    At the minute when i try to read from the TCPClient NetworkStream, I have no way to set the read buffer to the correct amount of data being received on the stream. I have tried using TCPClient.Client.ReceiveBufferSize but this is always 8192 even if the data being received is less than that...
Back
Top