Base:
method
OnEndClose
System.ServiceModel.Channels.ChannelFactoryBase.OnEndClose(System.IAsyncResult)
7 overrides of OnEndClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
78protected override void OnEndClose(IAsyncResult result)
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
218protected override void OnEndClose(IAsyncResult result) => result.ToApmEnd();
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
52protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
106protected override void OnEndClose(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
765protected override void OnEndClose(IAsyncResult result)
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
109protected override void OnEndClose(IAsyncResult result)
UnitTests.Common (1)
MockChannelFactory.cs (1)
168protected override void OnEndClose(IAsyncResult result)
2 references to OnEndClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
75return new ChainedAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, innerChannelFactory.BeginClose, innerChannelFactory.EndClose);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
121await Task.Factory.FromAsync(base.OnBeginClose, base.OnEndClose, timeout, null);