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