WCF:What types of the quota have the WCF transports?
Answer Posted / 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 |
Post New Answer View All Answers
What are the types of messaging patterns?
What is address in wcf and how many types of transport schemas are there in wcf?
WCF:What is it the Net.TCP Port Sharing? How can we use it?
Explain various address format used in WCF?
How many types of bindings are in WCF?
Name the namespace that is used to access WCF service?
What is the one-way mode in wcf? Explain.
What is the purpose of base address in wcf service? How it is specified?
Which specifications does wcf follow?
Define service contracts?
List the principle constituents of wcf?
What is callback mode in wcf?
explain wcf federated ws binding type? : Wcf data services
How many types of transport schemas are there in wcf?
explain wcf web service (ws) binding type? : Wcf data services