开发者

Can we transfer files greater than 2GB through WCF netTcpBinding? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_StackOverflow Closed 9 years ago.

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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜