
recieve data asynchronously and send the data on the same socket
Is it possible to set up a socket in .net to recieve data
asynchronously (using Begin/end Recieve/Accept) and send the data on
the same socket. I need to achieve this as I must send and recieve on
the same port number, and I belive I cannot create two sockets on the
same port. I also need to be pretty much constantly listening.
TIA
Simon