Implemented interface member:
event
Closing
System.ServiceModel.ICommunicationObject.Closing
6 references to Closing
System.ServiceModel (6)
System\ServiceModel\Channels\CommunicationObject.cs (1)
663
EventHandler handler =
Closing
;
System\ServiceModel\ComIntegration\ComPlusInstanceContextInitializer.cs (1)
80
instanceContext.
Closing
+= this.OnInstanceContextClosing;
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
147
add { this.communicationObject.
Closing
+= value; }
148
remove { this.communicationObject.
Closing
-= value; }
324
add { this.communicationObject.
Closing
+= value; }
325
remove { this.communicationObject.
Closing
-= value; }