|
-
Mar 8th, 2002, 07:26 AM
#1
Thread Starter
Addicted Member
Socket listen
I Downloaded the socket example already but i don't get how to make a socket act like a server... Can someone help?
-
Mar 8th, 2002, 09:30 AM
#2
I beleive it is the Tcplistener class
Imports System.Net.Sockets
Dim svr As New TcpListener(port)
or something to that nature.....I saw one tiny example in the msdn help that came with VS .NET beta 2 a while back...just dont have it here at work to look it up.
-
Mar 8th, 2002, 09:40 AM
#3
Thread Starter
Addicted Member
i still have BETA 2 but i'm getting the final version. It would really like the example cause that's really what i need.
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
|