搜索资源列表
CShttpServer
- C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为\"index.htm\",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm&
AMicroBlogAPI is a C# implementation
- AMicroBlogAPI is a C# implementation, a strong-typed deep encapsulation, a easy-to-use .net wrapper of SINA microblog APIs. App developers no longer need to parse various HTTP responses -- all responses are parsed into strong types No longer
httpBase
- 使用用C#实现base身份验证请求,身份验证就是确认访问者身份的过程, 有几种方法可以验证站点的访问者是否拥有访问他们请求的信息的权限。None Forms Windows Passport -Authentication is the process to confirm the identity of visitors, there are several ways to verify whether the site s visitors have access to t
VideoStream
- Http Request Video Streaming by using AForge.NET framework
sendmeg
- 这是一个用C#发送http/get请求的demo-this is a program which can send http/get request with c#
MyWebServerCode
- We need to serve HTTP content, to a regular browser, or another HTTP client from our application. Lets create an abstract class for handling the HTTP request, and let the derived class handle the response, without worrying about anything else.
MiniHttpd_src
- 一个小型的http服务器,用于接收http请求-a little http server use to request
HttpHelperV1.8
- HttpHelper可以非常方便的实现Http协议的GET和POST请求、自动识 别编码、无视证书、优化Cookie、可以很方便的设置Cookie,Header,证书,代理等问题, 编码问题您不用做任何处理,因为类会自动为您识别网页的编码。 -HttpHelper GET and POST Http protocol to achieve very convenient request, automatic identification certificate, optimization of
HttpDownload
- C#通过http发送post请求下载文件,包含一个测试下载的地址。有兴趣可以试一下-C# sent HTTP post request to download file that contains a test download address.Interested can try.
Pop3EmailReader
- Introduction In some instances within your application, you may have a time where you need to process emails from an inbox. What I hope to provide is a useful wrapper around the OpenPop.NET library http://hpop.sourceforge.net/ that provides an eas
mySocket
- TCP提供一种面向连接的、可靠的字节流服务。面向连接意味着两个使用TCP的应用(通常是一个客户和一个服务器)在彼此交换数据包之前必须先建立一个TCP连接。这一过程与打电话很相似,先拨号振铃,等待对方摘机说"喂",然后才说明是谁。在一个TCP连接中,仅有两方进行彼此通信。(108/5000 Simple and fast: customer request service to the server, only need to send the request metho
MiniHttpServer
- .net C# 利用HttpListener类开发的内嵌式http服务器,以实现简单html内容显示。本示例显示了将http服务器加入到应用中并通过浏览器请求,返回页面模板的内容。(.net C# uses embedded HTTP server developed by HttpListener class to realize simple HTML content display. This example shows adding HTTP server to the applicat
