Can we transfer files greater than 2GB through WCF netTcpBinding? [closed]
Can we transfer files greater than 2GB through WCF netTcpBinding using Streamed mode?
The MaxReceivedMessageSize property in the NetTcpBinding class is a long
- 9,223,372,036,854,775,807 bytes NetTcpBinding.MaxReceivedMessageSize Property - that's almost 10 Terabytes (if my math is correct).
Not that is for streaming only - the 2GB limit applies for buffered mode.
See the following posts for more information:
Maximum Size of a SOAP Message
Making Sense of Transport Quotas
I tried but was unable to find anything in the MSDN documentation that specifically said the 10 TB limit for streamed mode, but the first link above and other posts I've seen have stated this.
why not? Have you tried this? Or do you encounter any problems?
精彩评论