C# HTTP request/response [Archive] - C Board

PDA

View Full Version : C# HTTP request/response


George2
04-02-2008, 06:00 AM
Hello everyone,


I need to build up using C# HTTP Server (HTTP Listener, which could parse various HTTP fields, like post data and return response) and I also need to get an HTTP client which could package various HTTP fields (like URL, post data, etc.).

Are there any sample codes to recommend? I searched MSDN, failed to find any complete client and server samples. I have searched some other samples, which is built on TCP listener, and manually package/unpackage from TCP other than HTTP package level.


thanks in advance,
George