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?



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

Answer / 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

More WCF Interview Questions

What is a soa service?

0 Answers  


explain service contracts? : Wcf data services

0 Answers  


What are different bindings supported by wcf?

0 Answers  


How many types of bindings are in WCF?

0 Answers  


what is wcf peer network binding type? : Wcf data services

0 Answers  


Explain the basic difference between WCF and ASMX Web Services?

0 Answers  


What is the address formats of the wcf transport schemas?

0 Answers  


How can we achieve operation overloading in WCF service?

0 Answers  


Explain how to define a service as rest based service in wcf?

0 Answers  


what is the difference between ASMX web services and WCF?

0 Answers  


What is the one-way mode in wcf? Explain.

0 Answers  


What are the types of contract?

0 Answers  


Categories