faulted
WCF Reliable session without transport security will not faulted event on time
I have encountered a very interesting behavior of reliable session. I am using netTcp binding + duplex channel + reliable session.[详细]
2023-02-04 05:57 分类:问答WCF Callback Faulted - what happens to the session?
Just trying to get my head around what can happen when things go wrong with WCF. I have an implementation of my service contract declared with an InstanceContextMode of PerSession...[详细]
2022-12-23 09:19 分类:问答What is System.ServiceModel.Diagnostics.CallbackException and why can't I handle it?
In my WCF client class I\'m handling the Faulted() event so that if the remote service throws an exception and faults the channel I can still at least shut it down gracefully. Here\'s my code:[详细]
2022-12-20 12:41 分类:问答How to heal faulted WCF channels?
When a single ClientBase<T> instance is used for multiple WCF service calls, it can get a channel into a faulted state (ie. when the service is down).[详细]
2022-12-15 07:46 分类:问答