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 / 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 |
What is wcf programming?
How to set the instancing mode in wcf service?
How do wcf services work?
How can we host wcf service?
WCF:What types of reliable messaging are implemented in the WCF?
WCF:Do we have to change the maxReceivedMessageSize parameter to use streaming?
WCF:Can we use the public queues without the Windows domain? If cannot then why?
What are the essential components used in wcf?
List out the difference between XMLSerializer and the DataContractSerializer?
Is the msmqintegrationbinding used the msmq.formatname scheme or the net.msmq scheme?
Define data contracts?
what is SOA?