Base:
method
OnClose
System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)
4 overrides of OnClose
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
283
protected override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
118
protected override void
OnClose
(TimeSpan timeout)
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
93
protected override void
OnClose
(TimeSpan timeout)
UnitTests.Common (1)
MockChannelFactory.cs (1)
158
protected override void
OnClose
(TimeSpan timeout)
3 references to OnClose
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
121
base.
OnClose
(timeout);
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
100
base.
OnClose
(timeout);
UnitTests.Common (1)
MockChannelFactory.cs (1)
165
base.
OnClose
(timeout);