Implemented interface member:
event
Opening
System.ServiceModel.ICommunicationObject.Opening
5 references to Opening
System.ServiceModel (5)
System\ServiceModel\Channels\CommunicationObject.cs (1)
751
EventHandler handler =
Opening
;
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
165
add { this.communicationObject.
Opening
+= value; }
166
remove { this.communicationObject.
Opening
-= value; }
342
add { this.communicationObject.
Opening
+= value; }
343
remove { this.communicationObject.
Opening
-= value; }