11 implementations of Opened
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
96
public event EventHandler
Opened
;
System\ServiceModel\ClientBase.cs (2)
679
event EventHandler ICommunicationObject.
Opened
1276
event EventHandler ICommunicationObject.
Opened
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1167
public event EventHandler
Opened
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
72
public event EventHandler
Opened
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
229
public event System.EventHandler
Opened
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
157
public event EventHandler
Opened
334
public event EventHandler
Opened
System\ServiceModel\Security\WSTrustChannel.cs (1)
921
public event EventHandler
Opened
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
160
event EventHandler ICommunicationObject.
Opened
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
100
event EventHandler ICommunicationObject.
Opened
15 references to Opened
System.ServiceModel (11)
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1241
this.proxyChannel.
Opened
+= OnChannelOpened;
System\ServiceModel\ClientBase.cs (4)
683
this.InnerChannel.
Opened
+= value;
687
this.InnerChannel.
Opened
-= value;
1278
add { ((ICommunicationObject)this.channel).
Opened
+= value; }
1279
remove { ((ICommunicationObject)this.channel).
Opened
-= value; }
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1169
add { this.innerChannel.
Opened
+= value; }
1170
remove { this.innerChannel.
Opened
-= value; }
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (2)
231
add { _communicationObject.
Opened
+= value; }
232
remove { _communicationObject.
Opened
-= value; }
System\ServiceModel\Security\WSTrustChannel.cs (2)
925
Channel.
Opened
+= value;
929
Channel.
Opened
-= value;
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\AnnouncementClient.cs (2)
166
this.InnerCommunicationObject.
Opened
+= OnInnerCommunicationObjectOpened;
176
this.InnerCommunicationObject.
Opened
-= OnInnerCommunicationObjectOpened;
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
106
this.InnerCommunicationObject.
Opened
+= OnInnerCommunicationObjectOpened;
116
this.InnerCommunicationObject.
Opened
-= OnInnerCommunicationObjectOpened;