Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8786311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:35:18+00:00 2026-06-13T21:35:18+00:00

Why is the maxReceivedMessageSize property relevant when implementing WCF Streaming? Since buffering and persistence

  • 0

Why is the maxReceivedMessageSize property relevant when implementing WCF Streaming? Since buffering and persistence is handled by the consumer of the stream, why does WCF concern itself with how big or long a single service operation could take?

I’m working on a project which could handle large files from server to client and back. I figured WCF streaming is an excellent choice as it SHOULD allow for theoretically infinite file sizes to be handled. Both my client and server have transportMode (on the binding) set to “Streamed” and messages designed to contain Streams. This is not enough, however, as I get a CommunicationException indicating I need to increase the maxReceivedMessageSize property. Following the exception’s advice, increasing the property magically allows everything to work perfectly.

I’m concerned that WCF is forcing me to “cap” how much my service/client can handle even though streaming is supposed to be “infinite.” If a file comes along that happens to be bigger than my binding’s config, the same CommunicationException will occur. I don’t see why WCF is arbitrarily limiting my capacity to handle large files, “when” and “how” I send and store these files is now “my” business because I have a stream to consume however I wish.

Am I missing something?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T21:35:19+00:00Added an answer on June 13, 2026 at 9:35 pm

    According to the documentation (at least what I’ve found), the reason you are “forced” to limit the size of your message is security, mostly to avoid DoS attacks, by sending too large messages and flooding the system.

    As a defense mechanism, maxReceivedMessageSize places a cap on the maximum
    allowable size of messages on receive. The default
    maxReceivedMessageSize is 64 KB, which is usually too low for
    streaming scenarios. Source

    The max size for maxReceivedMessageSize is 9,223,372,036,854,775,807 bytes.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to set the MaxReceivedMessageSize property to some higher limit (Due to (400)
I need to change my web.config file and add the MaxReceivedMessageSize property in my
I have WCF service library with this config: <basicHttpBinding> <binding name=httpLargeMessageStream maxReceivedMessageSize=2147483647 messageEncoding=Mtom transferMode=Streamed
Actually I'm having problems implementing both HTTPS and compression on the same WCF Web
I am trying to increase maxReceivedMessageSize for my wcf odata service. I have an
I was wondering if setting the maxReceivedMessageSize is necessary when using MTOM or does
I've got a WCF service that I've written in C# which passes to the
I want to send a big XML string to a WCF SVC service from
I have a WCF REST Service which accepts a JSON string One of the
I have been developing a Silverlight application using WCF. The problem is that sometimes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.