Can we transfer files greater than 2GB through WCF netTcpBinding using Streamed mode?
Can we transfer files greater than 2GB through WCF netTcpBinding using Streamed mode?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.