TCPlistener and tcp client

S

Sumit Gupta

Hi,

i am fairly new to TCP network programming...

I have write a code from some example code to open a tcplistener and than
try making the tcpclient that send data to the listener..both application
works fine...but the problem is that I doesn't find that how my tcplistener
or server code send its inforamtion or data to the client...

like in peer to peer chat application my client is able to send data but how
i make my server/ chat hoster to send its message..

thanks

Sumit
 
G

Guest

wrox has a good example in one of thier books "Professional vb.net 2003"
download the code from their site for this book, chap 23 "Wrox Messenger"
folder

mike w.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top