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 |
Explain the wcf ria?
What is wcf api?
What is the one-way mode in wcf?
Explain fault contracts?
Why is there a requirement of wcf for the enhancement of various business services?
What are the various address format in WCF?
What is the use of sessionmode?
What is "know types" in wcf?
What are the duplex contracts in wcf?
What is datacontractserializer in wcf?
What is service and client in perspective of data communication?
What is fault contracts in wcf?