Implemented interface member:
event
Closing
System.ServiceModel.ICommunicationObject.Closing
14 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; }
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\CommunicationObject.cs (1)
631EventHandler handler = Closing;
System\ServiceModel\Channels\ServiceChannel.cs (1)
2044_channel.Closing += (s, e) =>
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
551add { _serviceChannel.Closing += value; } 552remove { _serviceChannel.Closing -= value; }
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
152add { CommunicationObject.Closing += value; } 153remove { CommunicationObject.Closing -= value; } 314add { CommunicationObject.Closing += value; } 315remove { CommunicationObject.Closing -= value; }