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