Implemented interface member:
event
Closed
System.ServiceModel.ICommunicationObject.Closed
11 references to Closed
System.ServiceModel (7)
System\ServiceModel\Channels\CommunicationObject.cs (1)
631
EventHandler handler =
Closed
;
System\ServiceModel\Channels\ServiceChannel.cs (1)
2532
this.manager.channel.
Closed
-= this.OnClosed;
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
59
newChannel.
Closed
+= OnChannelClosed;
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
141
add { this.communicationObject.
Closed
+= value; }
142
remove { this.communicationObject.
Closed
-= value; }
318
add { this.communicationObject.
Closed
+= value; }
319
remove { this.communicationObject.
Closed
-= value; }
System.ServiceModel.Activation (2)
System\ServiceModel\ServiceHostingEnvironment.cs (2)
1661
service.
Closed
+= this.serviceClosedHandler;
1786
service.
Closed
-= this.serviceClosedHandler;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
150
this.persistenceContext.
Closed
+= this.OnPersistenceContextClosed;
System.WorkflowServices (1)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
100
serviceHostBase.
Closed
+= new EventHandler(