TCPClient and NetworkStream

osalcido

New member
Joined
Feb 26, 2006
Messages
1
Programming Experience
1-3
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?
 
Back
Top