文件名称:proxy
介绍说明--下载内容均来自于网络,请自行研究使用
用delphi编写设计一款自己的代理服务器软件,实现思路:当前流行的浏览器的系统选项中有一个参数,即“通过代理服务器连接”,经过编程测试,当局域网中一台工作站指定了该属性,再发出Internet请求时,请求数据将发送到所指定的代理服务器上。
代理服务的过程:接收被代理端的请求、连接真正的主机、接收主机返回的数据、将接收数据发送到被代理端。
-A proxy server software designed using delphi realization of ideas: a parameter in the system options in the popular browser, connect through a proxy server, programmed to test, when the LAN workstations specified data attributes, and then send the Internet request, the request will be sent to the specified proxy server. Agent services: receiving a request of the agent side, connected to the real host, the data returned by the receiving host will receive data sent to the agent side.
代理服务的过程:接收被代理端的请求、连接真正的主机、接收主机返回的数据、将接收数据发送到被代理端。
-A proxy server software designed using delphi realization of ideas: a parameter in the system options in the popular browser, connect through a proxy server, programmed to test, when the LAN workstations specified data attributes, and then send the Internet request, the request will be sent to the specified proxy server. Agent services: receiving a request of the agent side, connected to the real host, the data returned by the receiving host will receive data sent to the agent side.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
proxy\iproxy.cfg
.....\iproxy.dof
.....\iproxy.dpr
.....\iproxy.res
.....\key_add.dcu
.....\key_add.dfm
.....\key_add.pas
.....\key_del.dcu
.....\key_del.dfm
.....\key_del.pas
.....\main.dcu
.....\main.dfm
.....\main.pas
.....\MFM1992
.....\nokey.txt
.....\noweb.txt
.....\noweb_add.dcu
.....\noweb_add.dfm
.....\noweb_add.pas
.....\noweb_add.~dfm
.....\noweb_add.~pas
.....\noweb_delete.dcu
.....\noweb_delete.dfm
.....\noweb_delete.pas
.....\noweb_delete.~dfm
.....\noweb_delete.~pas
.....\port_set.dcu
.....\port_set.dfm
.....\port_set.pas
.....\Unit_about.dcu
.....\Unit_about.dfm
.....\Unit_about.pas
.....\Unit_about.~dfm
.....\Unit_about.~pas
.....\yesweb.txt
.....\yesweb_add.dcu
.....\yesweb_add.dfm
.....\yesweb_add.pas
.....\yesweb_add.~dfm
.....\yesweb_add.~pas
.....\yesweb_del.dcu
.....\yesweb_del.dfm
.....\yesweb_del.pas
.....\yesweb_del.~dfm
.....\yesweb_del.~pas
.....\基于Internet的防火墙原理及设计.doc
.....\用Delphi设计自己的代理服务器.doc
proxy