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