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