PDA

Click to See Complete Forum and Search --> : simple http server


vb gamer_2003
Aug 8th, 2006, 07:35 PM
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

tracernet_v2
Aug 10th, 2006, 04:52 AM
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.