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 |
what are the ways of hosting a WCF service?
What is the address formats of the wcf transport schemas?
tell me what was the code name for wcf? : Wcf data services
WCF:Do the system-provided bindings have the support for the Reliable session and what the binding options are enabled by default?
Which styles of models are supported in wcf?
Which specifications does wcf follow?
How do you choose the hosting for wcf internet service?
do you know what is the address formats of the wcf transport schemas? : Wcf data services
explain data contracts? : Wcf data services
What is the use of servicebehavior attribute in wcf ?
explain wcf web service (ws) binding type? : Wcf data services
What MEPs is supported by WCF?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)