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
 
Back
Top