HTTP Programming Recipes for C# Bots(新书介绍)

Get the entire book!
HTTP Programming Recipes for C# Bots

如果要做蜘蛛爬虫相关程序的话可以看看。
该书前面几章是关于 http协议以及iis服务器相关的内容。如果对这部分比较感兴趣可以看一下书的示例代码。功能相当的简单,却可以让你理解服务器的工作原理。
The Hypertext Transfer Protocol (HTTP) allows information to be exchanged between a web server and a web browser. C# allows you to program HTTP directly. HTTP programming allows you to create programs that access the web much like a human user would. These programs, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for C# bot programming.


http://www.heatonresearch.com/articles/series/20/
posted @ 2007-10-25 16:07  暗香浮动  阅读(586)  评论(0编辑  收藏  举报