Base:
method
OnEndClose
System.ServiceModel.Channels.CommunicationObject.OnEndClose(System.IAsyncResult)
2 overrides of OnEndClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
216protected override void OnEndClose(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
69protected override void OnEndClose(IAsyncResult result)
2 references to OnEndClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
213return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, _innerOutputChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
66base.OnBeginClose, base.OnEndClose);