widestream开源软件的http下载的模块调用流程

本文详细介绍了 WideStream Beta5 版本中的功能模块及其在软件启动和一次 http 下载过程中的模块函数调用流程。包括配置、核心、下载管理、FTP管理、主机管理、集成、日志记录、启动、工作区等功能模块的调用顺序。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

widestream_beta5版有一下几个功能模块

Configuration

Core

Downloadmanager

Ftpmanager

Hostmanager

Integration

Logging

Startup

Workspace


下面是软件启动以及一次http下载的模块函数调用流程:

--->WideStream.Startup_Main()

--->WideStream.Workspace_Main()

--->WideStream.DownloadManager.Configuration_DownloadManagerDisplayOptions()

--->WideStream.DownloadManager.Configuratio_NotificationOptions()

--->WideStream.DownloadManager.Configuration_ActiveDownloadsOptions()

--->WideStream.DownloadManager.Configuration_DownloadProcessOptions()

--->WideStream.DownloadManager_DownloadStatistics()

--->WideStream.Core.Runtime_Parallel()

--->WideStream.DownloadManager.FileSystem.Disk_DiskFileSystem()

--->WideStream.DownloadManager.FileSystem.Disk_DiskFileManager()

--->WideStream.Logging_LogHelper(ILoglog)

-à弹出下载管理界面

--->WideStream.DownloadManager.Configuration_DownloadProcessOptions()

--->弹出输入下载链接界面

--->WideStream.Core.Runtime_Parallel()

--->WideStream.DownloadManager.FileSystem.Disk_DiskFileSystem()

--->WideStream.DownloadManager.FileSystem.Disk_DiskFileManager()

--->WideStream.Logging_LogHelper(ILoglog)

---> WideStream.DownloadManager.Network_DownloadTask(IDownloadProcessprocess)

---> WideStream.Core.Runtime_Parallel()

---> WideStream.DownloadManager.Network_DownloadTask(IDownloadProcess process)

--->WideStream.DownloadManager.Network.Protocols.Http_Read(WebHeaderCollectionheaders)

--->WideStream.DownloadManager.FileSystem.Disk_RealFile(FileInfo file, FileStream stream, IVirtualFileSystem fs)

--->WideStream.DownloadManager.Network_DownloadTask(IDownloadProcessprocess)

--->WideStream.Core.Runtime_Parallel()

--->重新下载

---> WideStream.DownloadManager.Network.Protocols.Http_Read(WebHeaderCollection headers)

---> WideStream.DownloadManager.FileSystem.Disk_RealFile(FileInfo file, FileStream stream, IVirtualFileSystem fs)

--->应该还有WideStream.DownloadManager.Network_DownloadTask(IDownloadProcessprocess)

--->WideStream.Core.Runtime_Parallel()的调用,因为此时以去掉这两个的断点,所以没看到调用

--->把程序最小化

--->下载完成,弹出下载完成提示



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值