Results 1 to 2 of 2

Thread: simple http server

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2003
    Location
    manchester
    Posts
    11

    simple http server

    Basically I want an app to be listening on port 1500 so that when i enter http://localhost:1500 it would call a function for me. Am using vb.net with vs studio 2003. I want to use windows API instead of winsock because i dont have vb6 any more

  2. #2
    New Member tracernet_v2's Avatar
    Join Date
    Aug 2006
    Posts
    5

    Re: simple http server

    hmmmm..... I think .NET 1.1 has a Sockets class, a part of System.Net namespace. You can use that to work on your problem.

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