TcpListener and Asynchronous accepts?

  • Thread starter Thread starter Benny Raymond
  • Start date Start date
B

Benny Raymond

Is there any way to use the TcpListener (or perhaps some other class) to
accept a TcpClient connection Asynchronously?

I'd rather use the TcpClient now that I have access to it's underlying
members in .net 2.0 but I've got no clue how to not block when trying to
accept a connection... Any ideas?

thanks,

~Benny
 
I found beginaccept just after I wrote this... sorry about the board spam :(
 

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

Back
Top