Base:
method
OnClose
System.ServiceModel.Channels.ChannelFactoryBase<TChannel>.OnClose(System.TimeSpan)
3 overrides of OnClose
System.ServiceModel (3)
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
142protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
406protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
184protected override void OnClose(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
187base.OnClose(timeout);