搜索资源列表
socks5协议转http协议源码
- 程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.
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&
使用java控制HTTP协议客户端应用
- Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。 -Http client program has been integrated into the Java language, URLConnection can call category. Unfortunately, because S
httpprg
- 用VB开发的HTTP服务器与HTTP客户端事例程序!-VB-HTTP server and client examples HTTP procedures!
WEBClient
- SDK,模拟HTTP客户端VC,采用原始的 WINSOCKET,够详细了吧-SDK, simulation HTTP client VC, using primitive WINSOCKET enough details of the hour
continue_tran
- 断点续传和多线程下载,可实现大文件传输.没有采用普遍的客户端,服务器方式,是一个对称性的文件传输器.基于TCP/IP-HTTP and multi-threaded download, enabling large file transfer. Not used widely client, server mode is a symmetry of the file transfer. Based on TCP / IP
wqyHTTPCLT
- 一个HTTP客户端程序,希望对大家有所收获!-an HTTP client program, we hope to gain!
client111
- 是一个点对点的文件传输的客户端,有断点续传的功能,使用SOCKET接口-is a peer-to-peer file transfer client, HTTP functions, the use of Socket Interface
vc-HTTP-POST-PHP
- vc客户端通过HTTP的POST方式传送文件到PHP服务器-vc client via the HTTP POST method to transfer files to your PHP server
HttpClient
- http协议的客户端,从服务器请求数据,并输出返回的数据-http client request code
SimpleBrowser_src
- 使用 webbrowser控件实现的简单浏览器,可作为HTTP 浏览客户端的学习示例。-Using the webbrowser control to achieve a simple browser can be used as HTTP browser client study sample.
HTTP Client
- http客户端通信程序实例!希望对你有用! 很不错的哦!-http example client communication program!hope to using for you!
CSharpnet
- C#网络编程随书源代码,讲解了Socket编程基础,以及FTP,HTTP下载,SMTP实现邮件客户端,等网络编程基础。-C# network programming source code with the book to explain the basis for Socket programming, as well as FTP, HTTP download, SMTP mail client to achieve, such as network programming foundati
socket-to--HTTP-
- 用socket实现的http响应服务器和客户端,以及GET与POST实例。-Using socket to achieve the HTTP in response to the server and the client, as well as the GET and POST instance.
HTTP
- Http服务端与客户端通信,在vc6下编译 Http服务端客户端通信-Http server side and client communications
Http
- 功能强大的VC访问HTTP类。 实现了HTTP的GET、POST和图片下载方法。能自动提取和保存返回的cookies,在发送数据包时能自动添加保存好的cookies。能自动识别网站的编码,在接收数据后,自动将编码转换。在发送数据时,自动转换为网站需要的编码。 使用此类,能方便地开发HTTP客户端模拟工具。-Powerful VC access to the HTTP classes. Implements the HTTP GET, POST and pictures dow
HealthVaultDLLSource
- HealthVault是微软推出的健康管理平台,该源码为HealthVault http协议客户端。-HealthVault is Microsoft' s health management platform, the source code for the HealthVault http protocol client.
httpClient
- 改源码的主要功能是进行模拟http的客户端操作-Main function is to change the source code to simulate HTTP client operations
httpclient-master
- 构造HttpClient三部曲:支持代理的Socket封装、GET方法实现、POST方法实现(Constructing HttpClient Trilogy: Socket encapsulation supporting agent, GET method implementation and POST method implementation)
HTTP调试
- 基于Javascr ipt的HTTP协议,客户端,可以实现两台电脑间的互访。(the HTTP client base on the Javascr ipt to achieve the communication between the two PC)