服务器是否支持断点续传

日期:2022-04-11 08:22:03 人气:1

服务器是否支持断点续传

1.HTTPbegintryIdHTTP.Request.ContentRangeStart := 2; //设定断点续传的开始位置 IdHTTP.Request.ContentRangeEnd := 3; //设置传输的结束位置,为了以最快的速度返回结果,所以设定请求的总长度为1 if IdHTTP.Response.ResponseCode = 206 then //根
    A+
热门评论