wcf client - wcf connection closed notification -
I set up a nettcp WCF connection as a trusted session with a 7/5 timeout between a client and a server Monitoring a process on the client server is the most activity customer has a callback lifting service. If the service crashes, how can the client find it and display the "Connection failure" message? Do I need to keep a live message from the client on a regular basis from some type of client, or is there any program I can listen to on the client?
My binding code is:
NetCanc binding binding = new NetBeBbending (); Var trusted session = binding. Trusted session; Trusted session Competent = true; Trusted session Fixed = true;
Try to subscribe to the event of a client or channel.
Comments
Post a Comment