Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

WCF:Do we have to change the maxReceivedMessageSize
parameter to use streaming?

Answer Posted / arunajyothi

The default value of MaxReceiveMessage property is 64kb. If
the size of transported stream object exceeds the setting
value of MaxReceiveMessage, It will throw a
CommunicationException during the client invokes the
operation of service to handle this stream object.
If the setting value is outside the range, the program can
not be compiled successfully. Set its value in
programmatically
binding.MaxReceivedMessageSize = 120000;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are contracts in wcf?

992


What is "know types" in wcf?

992


What is the windows communication foundation?

880


What is proxy and how to generate proxy for wcf services?

877


Describe the various endpoints in wcf?

935


How many types of transport schemas are there in wcf?

881


List out the difference between XMLSerializer and the DataContractSerializer?

813


What are dead letter queues?

1001


What message exchange patterns (meps) supported by wcf? Explain each of them briefly.

859


What are the endpoints in wcf? Or explain abcs of endpoint?

860


What is datacontractserializer and how its different from xmlserializer?

903


How to do authentication in wcf?

919


List the principle constituents of wcf?

844


Why to use wcf? Or what are the advantages of using wcf?

860


What are the different wcf binding available?

892