Tagged Questions
7
votes
4answers
2k views
How do I automatically re-establish a duplex channel if it gets faulted?
I'm developing a client/server application in .Net 3.5 using WCF. Basically, a long running client service (on several machines) establish a duplex connection to the server over a netTcpBinding. The ...
1
vote
2answers
1k views
What are the cases that cause WCF proxy to be faulted?
I want to know what are the cases in which WCF proxy (generated by vs2008 or svcutil) becomes faulted (fault state)? so I can recreate new instance and avoid use the faulted one.
currently I am ...