Implemented interface member:
event
Closed
System.ServiceModel.ICommunicationObject.Closed
6 references to Closed
System.ServiceModel.Federation (6)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (4)
175
add { CommunicationObject.
Closed
+= value; }
176
remove { CommunicationObject.
Closed
-= value; }
327
add { CommunicationObject.
Closed
+= value; }
328
remove { CommunicationObject.
Closed
-= value; }
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
490
add { _communicationObject.
Closed
+= value; }
491
remove { _communicationObject.
Closed
-= value; }