delphi IDHTTP 断开连接/超时读取


本文整理自网络,侵删。

 var 
FHTTPClient:TIdHTTP;
begin
FHTTPClient := TIdHTTP.Create( Self );
with FHTTPClient do
begin
Disconnect;
Request.Pragma := 'no-cache';
Request.CacheControl := 'no-cache';
Request.Connection := 'close';
ReadTimeout := 1000 * 60 * 1;//1分钟超时
memo1.Text :=Get( 'http://hk.news.yahoo.com/busi/general/prnewswire/' );
end;
freeandnil(FHTTPClient);

相关阅读 >>

Delphi 暴力保护进程

Delphi adoconnection1连接mssql数据库方法

Delphi 屏幕截屏

Delphi xe下的fmx中压缩图片

Delphi中treeview的一些应用

Delphi 中将tmemorystream转换为'string'

Delphi 的异步方法

Delphi 取得任意程序的命令行

Delphi 控制台读写

Delphi中文件名函数-路径、名称、子目录、驱动器、扩展名

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...