3 implementations of ChannelFaulted
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1580void IInputSessionShutdown.ChannelFaulted(IDuplexContextChannel channel)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1406void IInputSessionShutdown.ChannelFaulted(IDuplexContextChannel channel)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
231void IInputSessionShutdown.ChannelFaulted(IDuplexContextChannel channel)
1 reference to ChannelFaulted
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
686handlers[i].ChannelFaulted(proxy);