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)
216
protected override void
OnEndClose
(IAsyncResult result)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
69
protected override void
OnEndClose
(IAsyncResult result)
2 references to OnEndClose
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
213
return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.
OnEndClose
, _innerOutputChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (1)
66
base.OnBeginClose, base.
OnEndClose
);