11 overrides of OnBeginClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
55protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
50protected 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 (3)
netstandard.cs (3)
444protected override System.IAsyncResult OnBeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object state) { return default; } 1084protected override System.IAsyncResult OnBeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object state) { return default(System.IAsyncResult); } 1336protected override System.IAsyncResult OnBeginClose(System.TimeSpan timeout, System.AsyncCallback callback, object state) { return default; }
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)