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?



WCF:Reliable sessions in Windows Communication Foundation (WCF) use a transfer window. What is it ..

Answer / 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

More WCF Interview Questions

Define message contracts?

0 Answers  


What are the transport schemes supported by wcf? Give example of address for each scheme.

0 Answers  


What is InstanceContextMode in WCF?

0 Answers  


What is callback mode in wcf? Explain.

0 Answers  


Give an example of knowtype.

0 Answers  






What is overloading in wcf?

0 Answers  


tell me what is proxy and how to generate proxy for wcf services? : Wcf data services

0 Answers  


How to define a service as rest based service in wcf?

0 Answers  


WCF:Is the MsmqIntegrationBinding used the msmq.formatname scheme or the net.msmq scheme?

1 Answers  


WCF:Could the ExactlyOnce property of the netMsmqBinding be true if the queue is not transactional?

1 Answers  


How to deal with operation overloading while exposing the wcf services?

0 Answers  


What is the difference between xmlserializer and the datacontractserializer?

0 Answers  


Categories