Hey I have an tcpclient that connects to a remote server for continuous data exchange and I was wondering how I would know that there is data in the network stream to be read? Do I have to continuously poll the stream ?Something like a Do While Loop or something?