What does the Reliable property mean in netTcpBinding
The netTcpBidning has a reliable property, but the documentation doesn't state what it does.
For instance: Do it send keep-alives over the c开发者_Python百科onnection? Do it reconnect if connection is lost?
Try
How to get reliable call-backs with WCF using NetTcpBinding
and
http://netindonesia.net/blogs/kasim.wirama/archive/2007/12/12/implementing-reliable-session-in-wcf.aspx
精彩评论