WCF:Reliable sessions in Windows Communication Foundation
(WCF) use a transfer window. What is it the Transfer
window? What does it means for the sender, for the
receiver? How is it depend of the latency?
Answer Posted / niloy roy
In the sender, this indicates how many messages the
transfer window can hold while waiting for
acknowledgements; on the receiver it indicates how many
messages to buffer for the service.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of messaging patterns?
Where we can host wcf services?
What is the basic difference between creating WCF service or WEB services?
How can we create proxy for the wcf service?
Why do we use wcf?
How can we host wcf service?
explain wcf federated ws binding type? : Wcf data services
how many types of contract does WCF defines?
How to Implement security in wcf rest service?
can you explain how to define a service as rest based service in wcf? : Wcf data services
what are the ways of hosting a WCF service?
What is service proxy in wcf?
Please explain different modes of security in wcf? Or explain the difference between transport and message level security.
What are the requirements for hosting a wcf service?
Explain about contracts?