11 overrides of OnBeginClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
55
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
50
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
171
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
69
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
System.ServiceModel.Primitives (3)
netstandard.cs (3)
444
protected override System.IAsyncResult
OnBeginClose
(System.TimeSpan timeout, System.AsyncCallback callback, object state) { return default; }
1084
protected override System.IAsyncResult
OnBeginClose
(System.TimeSpan timeout, System.AsyncCallback callback, object state) { return default(System.IAsyncResult); }
1336
protected override System.IAsyncResult
OnBeginClose
(System.TimeSpan timeout, System.AsyncCallback callback, object state) { return default; }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
41
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state) => throw _exception;
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentitySecurityUpgradeProvider.cs (1)
38
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
UnitTests.Common (2)
MockChannelBase.cs (1)
118
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)
MockCommunicationObject.cs (1)
103
protected override IAsyncResult
OnBeginClose
(TimeSpan timeout, AsyncCallback callback, object state)