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

WCF:Could the ExactlyOnce property of the netMsmqBinding be true if the queue is not transactional?

1 Answers  


What is duplex ws binding?

0 Answers  


What do you understand by the term impersonation?

0 Answers  


How many types of binding are there in wcf?

0 Answers  


What is wcf architecture?

0 Answers  






What are different elements of wcf srevices client configuration file?

0 Answers  


Explain Address, Binding, and contract for a WCF Service?

0 Answers  


explain duplex ws binding? : Wcf data services

0 Answers  


What are dead letter queues?

0 Answers  


What is the "address" property of endpoint in wcf?

0 Answers  


What is binding and how many types of bindings are there in wcf?

0 Answers  


can you explain how to define a service as rest based service in wcf? : Wcf data services

0 Answers  


Categories