Implemented interface member:
event
Closing
System.ServiceModel.ICommunicationObject.Closing
6 references to Closing
System.ServiceModel.Federation (6)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (4)
181add { CommunicationObject.Closing += value; } 182remove { CommunicationObject.Closing -= value; } 333add { CommunicationObject.Closing += value; } 334remove { CommunicationObject.Closing -= value; }
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
496add { _communicationObject.Closing += value; } 497remove { _communicationObject.Closing -= value; }