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 data contract equivalence?

0 Answers  


Why do we use wcf?

0 Answers  


Give the address format of all the bindings in wcf.

0 Answers  


What is extension of WCF Service?

0 Answers   Wipro,


What is datacontract?

0 Answers  






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

0 Answers  


Explain wcf tcp binding type?

0 Answers  


What is abc of wcf?

0 Answers  


What is the one-way mode in wcf?

0 Answers  


do you know where we can host wcf services? : Wcf data services

0 Answers  


explain what is the difference wcf and web services? : Wcf data services

0 Answers  


What are the core security features that wcf addresses?

0 Answers  


Categories