Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经建立了基于 ITHitWebDAVServerEngine 的 WebDAV 服务器,你能帮我告诉我如何获取并发传输任务的数量吗?并限制最大并发上传?谢谢
如果您基于 IIS 构建服务器,那么您应该为此使用 IIS 工具。但是,如果您的服务器基于 HttpListener 类,那么请使用此类的可能性。