11 implementations of Closed
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
93
public event EventHandler
Closed
;
System\ServiceModel\ClientBase.cs (2)
643
event EventHandler ICommunicationObject.
Closed
1258
event EventHandler ICommunicationObject.
Closed
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1155
public event EventHandler
Closed
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
54
public event EventHandler
Closed
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
191
public event System.EventHandler
Closed
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
139
public event EventHandler
Closed
316
public event EventHandler
Closed
System\ServiceModel\Security\WSTrustChannel.cs (1)
839
public event EventHandler
Closed
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
97
event EventHandler ICommunicationObject.
Closed
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
142
event EventHandler ICommunicationObject.
Closed
32 references to Closed
SMSvcHost (1)
System\ServiceModel\Activation\WorkerProcess.cs (1)
260
channel.
Closed
+= new EventHandler(WorkerProcess_Closed);
System.ServiceModel (25)
System\ServiceModel\Channels\ChannelTracker.cs (2)
53
channel.
Closed
+= this.onInnerChannelClosed;
67
channel.
Closed
-= this.onInnerChannelClosed;
System\ServiceModel\Channels\CommunicationObjectManager.cs (2)
36
item.
Closed
+= this.OnItemClosed;
80
item.
Closed
-= this.OnItemClosed;
System\ServiceModel\Channels\DatagramAdapter.cs (3)
385
this.channel.
Closed
+= new EventHandler(this.ClosedCallback);
590
channel.
Closed
+= this.onChannelClosed;
596
channel.
Closed
-= this.onChannelClosed;
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
30
inputChannel.
Closed
+= OnNewChannelNeeded;
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
827
channel.
Closed
+= this.onInnerChannelClosed;
910
channel.
Closed
-= this.onInnerChannelClosed;
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1242
this.proxyChannel.
Closed
+= OnChannelClosed;
System\ServiceModel\ClientBase.cs (4)
647
this.InnerChannel.
Closed
+= value;
651
this.InnerChannel.
Closed
-= value;
1260
add { ((ICommunicationObject)this.channel).
Closed
+= value; }
1261
remove { ((ICommunicationObject)this.channel).
Closed
-= value; }
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1157
add { this.innerChannel.
Closed
+= value; }
1158
remove { this.innerChannel.
Closed
-= value; }
System\ServiceModel\Dispatcher\SynchronizedChannelCollection.cs (2)
27
channel.
Closed
+= this.onChannelClosed;
33
channel.
Closed
-= this.onChannelClosed;
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (2)
193
add { _communicationObject.
Closed
+= value; }
194
remove { _communicationObject.
Closed
-= value; }
System\ServiceModel\Security\WSTrustChannel.cs (2)
843
Channel.
Closed
+= value;
847
Channel.
Closed
-= value;
System\ServiceModel\ServiceChannelManager.cs (2)
153
channel.
Closed
+= this.OnChannelClosed;
158
channel.
Closed
-= this.OnChannelClosed;
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelListener.cs (2)
451
channel.
Closed
+= this.onChannelClosed;
717
closingChannel.
Closed
-= this.onChannelClosed;
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\AnnouncementClient.cs (2)
103
this.InnerCommunicationObject.
Closed
+= OnInnerCommunicationObjectClosed;
113
this.InnerCommunicationObject.
Closed
-= OnInnerCommunicationObjectClosed;
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
148
this.InnerCommunicationObject.
Closed
+= OnInnerCommunicationObjectClosed;
158
this.InnerCommunicationObject.
Closed
-= OnInnerCommunicationObjectClosed;