Hello ,
I am working on a TCP client which send request to a server and receive reponses. My problem is when the response is long , it will be divided in a multiple frames. Should I use "ReadAll() to garantee the reception of all data .
Otherwise , what could I use ?

thank you for help

Mayssa