2006-02-22, 05:31 PM
OK, I've found System.Net and the various client-side web classes such as HTTPWebRequest/HTTPWebResponse etc. but what I need is a simple Web 'listener' class, i.e., something I can tell to listen on port 80 and then handle HTTP GET requets etc.
I can't find anything native - anyone know of the source for such a class? I could build my own from a TcpListener but why re-invent the wheel if there's one out there?
Cheers,
Brian
I can't find anything native - anyone know of the source for such a class? I could build my own from a TcpListener but why re-invent the wheel if there's one out there?
Cheers,
Brian