7 implementations of Faulted
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
82
public event EventHandler
Faulted
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
545
event EventHandler ICommunicationObject.
Faulted
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
243
event EventHandler ICommunicationObject.
Faulted
678
event EventHandler ICommunicationObject.
Faulted
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1095
public event EventHandler
Faulted
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
178
public event EventHandler
Faulted
353
public event EventHandler
Faulted
15 references to Faulted
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (2)
22
_innerChannel.
Faulted
+= _onInnerChannelFaulted;
43
_innerChannel.
Faulted
-= _onInnerChannelFaulted;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (2)
181
_innerOutputChannel.
Faulted
+= _onInnerOutputChannelFaulted;
201
_innerOutputChannel.
Faulted
-= _onInnerOutputChannelFaulted;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
407
_binder.Channel.
Faulted
+= OnInnerChannelFaulted;
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (4)
247
InnerChannel.
Faulted
+= value;
251
InnerChannel.
Faulted
-= value;
680
add { ((ICommunicationObject)_channel).
Faulted
+= value; }
681
remove { ((ICommunicationObject)_channel).
Faulted
-= value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
59
_listener.
Faulted
+= new EventHandler(OnListenerFaulted);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
38
_channel.
Faulted
+= new EventHandler(OnFaulted);
1097
add { _innerChannel.
Faulted
+= value; }
1098
remove { _innerChannel.
Faulted
-= value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
25
channel.
Faulted
+= _onChannelFaulted;
31
channel.
Faulted
-= _onChannelFaulted;