Implemented interface member:
event
Closing
System.ServiceModel.ICommunicationObject.Closing
7 references to Closing
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
408
EventHandler handler =
Closing
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
541
add { _serviceChannel.
Closing
+= value; }
542
remove { _serviceChannel.
Closing
-= value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
174
add { _communicationObject.
Closing
+= value; }
175
remove { _communicationObject.
Closing
-= value; }
349
add { _communicationObject.
Closing
+= value; }
350
remove { _communicationObject.
Closing
-= value; }