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

What is wcf programming?

0 Answers  


How to set the instancing mode in wcf service?

0 Answers  


How do wcf services work?

0 Answers  


How can we host wcf service?

0 Answers  


WCF:What types of reliable messaging are implemented in the WCF?

0 Answers  






WCF:Do we have to change the maxReceivedMessageSize parameter to use streaming?

1 Answers  


WCF:Can we use the public queues without the Windows domain? If cannot then why?

1 Answers  


What are the essential components used in wcf?

0 Answers  


List out the difference between XMLSerializer and the DataContractSerializer?

0 Answers  


Is the msmqintegrationbinding used the msmq.formatname scheme or the net.msmq scheme?

0 Answers  


Define data contracts?

0 Answers  


what is SOA?

0 Answers  


Categories