Base:
method
OnAbort
System.ServiceModel.Channels.CommunicationObject.OnAbort()
2 overrides of OnAbort
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
205protected override void OnAbort()
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
53protected override void OnAbort()
2 references to OnAbort
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
208base.OnAbort();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
60base.OnAbort();