Base:
method
OnClose
System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)
9 overrides of OnClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
66protected override void OnClose(TimeSpan timeout)
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
283protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
118protected override void OnClose(TimeSpan timeout)
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
64protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
96protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
121protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
770protected override void OnClose(TimeSpan timeout)
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
93protected override void OnClose(TimeSpan timeout)
UnitTests.Common (1)
MockChannelFactory.cs (1)
158protected override void OnClose(TimeSpan timeout)
7 references to OnClose
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
69base.OnClose(timeoutHelper.RemainingTime());
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
121base.OnClose(timeout);
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
67base.OnClose(timeoutHelper.RemainingTime());
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
124base.OnClose(timeout);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
772base.OnClose(timeout);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
100base.OnClose(timeout);
UnitTests.Common (1)
MockChannelFactory.cs (1)
165base.OnClose(timeout);