Results 1 to 3 of 3

Thread: Socket listen

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176

    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?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2001
    Location
    Guess....i have wooden shoes, in my free time i sell tulips and I live in a huge windmill...
    Posts
    176
    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
  •  



Click Here to Expand Forum to Full Width