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.
美好的一天。
我对 WCF 完全陌生,我正在学习。
我只是想知道,通过直接从光盘而不是通过 http 获取文件来下载或上传文件的最佳方式是什么。
目前我正在使用 WCF 和 http 使用块方式,但是对于一组特定的文件,我需要以不同的方式进行操作。任何提示、帮助或链接都会对我有很大帮助
当您传输大文件时最好使用“WCF服务+HTTP”,我们可以使用以下类型的绑定:
wsHttpBinding basicHttpBinding
您的客户居住在哪里?如果传输是在同一个网络内,你可以看看这篇文章。否则,请在 MSDN 上查看此信息。