7 implementations of Closing
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
81
public event EventHandler
Closing
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
539
event EventHandler ICommunicationObject.
Closing
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
231
event EventHandler ICommunicationObject.
Closing
672
event EventHandler ICommunicationObject.
Closing
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1083
public event EventHandler
Closing
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
172
public event EventHandler
Closing
347
public event EventHandler
Closing
6 references to Closing
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (4)
235
InnerChannel.
Closing
+= value;
239
InnerChannel.
Closing
-= value;
674
add { ((ICommunicationObject)_channel).
Closing
+= value; }
675
remove { ((ICommunicationObject)_channel).
Closing
-= value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1085
add { _innerChannel.
Closing
+= value; }
1086
remove { _innerChannel.
Closing
-= value; }