Implemented interface member:
event
Closing
System.ServiceModel.ICommunicationObject.Closing
7 references to Closing
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (1)
408EventHandler handler = Closing;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
541add { _serviceChannel.Closing += value; } 542remove { _serviceChannel.Closing -= value; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
174add { _communicationObject.Closing += value; } 175remove { _communicationObject.Closing -= value; } 349add { _communicationObject.Closing += value; } 350remove { _communicationObject.Closing -= value; }