19 overrides of OnClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
65
protected override void
OnClose
(TimeSpan timeout)
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
155
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
65
protected override void
OnClose
(TimeSpan timeout)
System.ServiceModel.Primitives (12)
System\ServiceModel\ChannelFactory.cs (1)
311
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
72
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
130
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\LayeredChannel.cs (1)
56
protected override void
OnClose
(TimeSpan timeout) => throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
239
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
264
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1290
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
384
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
330
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\InstanceContext.cs (1)
232
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1302
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
55
protected override void
OnClose
(TimeSpan timeout)
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
45
protected override void
OnClose
(TimeSpan timeout) => throw _exception;
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentitySecurityUpgradeProvider.cs (1)
34
protected override void
OnClose
(TimeSpan timeout)
UnitTests.Common (2)
MockChannelBase.cs (1)
158
protected override void
OnClose
(TimeSpan timeout)
MockCommunicationObject.cs (1)
144
protected override void
OnClose
(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
321
await TaskHelpers.CallActionAsync(
OnClose
, timeout);