Base:
method
OnClose
System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)
5 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.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
93protected override void OnClose(TimeSpan timeout)
UnitTests.Common (1)
MockChannelFactory.cs (1)
158protected override void OnClose(TimeSpan timeout)
4 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.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
100base.OnClose(timeout);
UnitTests.Common (1)
MockChannelFactory.cs (1)
165base.OnClose(timeout);