问题:WCF如何传输大文件 方案:主要有几种绑定方式netTcpbinding,basicHttpBinding,wsHttpbinding,设置相关的传输max消息选项,服务端和客户端都要设置,transferMode可以buffer,stream. 实例:netTcpbinding 直接代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.S