Base:
method
OnClose
System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)
4 overrides of OnClose
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)
3 references to OnClose
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);