Base:
method
OnClose
System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)
5 overrides of OnClose
System.ServiceModel (4)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
61protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
142protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
147protected override void OnClose(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1116protected override void OnClose(TimeSpan timeout)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelFactory.cs (1)
147protected override void OnClose(TimeSpan timeout)
2 references to OnClose
System.ServiceModel (2)
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
150base.OnClose(timeout);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
1118base.OnClose(timeout);