WCF:What types of the quota have the WCF transports?
Answer / arunajyothi
WCF transports have three types of quotas
1. Timeouts
2. Memory allocation limits
3. Collection size limits
·Timeouts are a mitigation of DOS attacks that rely on
tying up resources for an extended period of time.
·Memory allocation limits prevent a single connection from
exhausting system memory and denying service to other
connections.
·Collection size limits bound the consumption of resources
that indirectly allocate memory or are in limited supply.
Is This Answer Correct ? | 2 Yes | 0 No |
Do we have to use the relative addresses when hosting in the iis or the absolute addresses? Why?
WCF:What is it the Teredo? How can we use it?
What does wcf mean lions?
Explain briefly different instance modes in wcf?
WCF:Do we have to use the relative addresses when hosting in the IIS or the absolute addresses? Why?
Can we have two way communications in msmq?
What do you understand by the term soap?
List out the types of binding available in WCF?
WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?
What is wcf ipc binding type?
Explain the basic difference between WCF and ASMX Web Services?
What is .net 3.0?