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