|
-
May 29th, 2004, 11:12 AM
#1
TCP socket question
I am fairly new to .NET, and have written something that uses a socket running TCP to listen for a connection request. In VB6, you would just call socket.Listen, and when a request was made, it would raise an event.
I am unclear on how to do the same thing in .NET, since it doesn't appear that there are any events for sockets. Surely I don't have to keep manually polling the socket for connection requests.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|