19 overrides of OnBeginClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
55protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
171protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
69protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Primitives (12)
System\ServiceModel\ChannelFactory.cs (1)
275protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
62protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
141protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannel.cs (1)
58protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) => throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
199protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
208protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1280protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
402protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
325protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\InstanceContext.cs (1)
212protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1307protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
45protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
41protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) => throw _exception;
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentitySecurityUpgradeProvider.cs (1)
38protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
UnitTests.Common (2)
MockChannelBase.cs (1)
118protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
MockCommunicationObject.cs (1)
103protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to OnBeginClose
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
327await Task.Factory.FromAsync(OnBeginClose, OnEndClose, timeout, TaskCreationOptions.RunContinuationsAsynchronously);