Base:
method
OnClose
System.ServiceModel.Channels.CommunicationObject.OnClose(System.TimeSpan)
2 overrides of OnClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
221protected override void OnClose(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
84protected override void OnClose(TimeSpan timeout)
2 references to OnClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
225base.OnClose(timeoutHelper.RemainingTime());
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
91base.OnClose(timeoutHelper.RemainingTime());