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