11 implementations of Opening
System.ServiceModel (9)
System\ServiceModel\Channels\CommunicationObject.cs (1)
97
public event EventHandler
Opening
;
System\ServiceModel\ClientBase.cs (2)
691
event EventHandler ICommunicationObject.
Opening
1282
event EventHandler ICommunicationObject.
Opening
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1173
public event EventHandler
Opening
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
78
public event EventHandler
Opening
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (1)
235
public event System.EventHandler
Opening
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
163
public event EventHandler
Opening
340
public event EventHandler
Opening
System\ServiceModel\Security\WSTrustChannel.cs (1)
936
public event EventHandler
Opening
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementClient.cs (1)
181
event EventHandler ICommunicationObject.
Opening
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
80
event EventHandler ICommunicationObject.
Opening
14 references to Opening
System.ServiceModel (10)
System\ServiceModel\ClientBase.cs (4)
695
this.InnerChannel.
Opening
+= value;
699
this.InnerChannel.
Opening
-= value;
1284
add { ((ICommunicationObject)this.channel).
Opening
+= value; }
1285
remove { ((ICommunicationObject)this.channel).
Opening
-= value; }
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
1175
add { this.innerChannel.
Opening
+= value; }
1176
remove { this.innerChannel.
Opening
-= value; }
System\ServiceModel\Security\WrappedSessionSecurityTokenAuthenticator.cs (2)
237
add { _communicationObject.
Opening
+= value; }
238
remove { _communicationObject.
Opening
-= value; }
System\ServiceModel\Security\WSTrustChannel.cs (2)
940
Channel.
Opening
+= value;
944
Channel.
Opening
-= value;
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\AnnouncementClient.cs (2)
187
this.InnerCommunicationObject.
Opening
+= OnInnerCommunicationObjectOpening;
197
this.InnerCommunicationObject.
Opening
-= OnInnerCommunicationObjectOpening;
System\ServiceModel\Discovery\DiscoveryClient.cs (2)
86
this.InnerCommunicationObject.
Opening
+= OnInnerCommunicationObjectOpening;
95
this.InnerCommunicationObject.
Opening
-= OnInnerCommunicationObjectOpening;