4 overrides of OnClose
System.ServiceModel (4)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
122
internal override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\HttpTransportManager.cs (1)
104
internal override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
110
internal override void
OnClose
(TimeSpan timeout)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
197
internal override void
OnClose
(TimeSpan timeout)
1 reference to OnClose
System.ServiceModel (1)
System\ServiceModel\Channels\TransportManager.cs (1)
63
OnClose
(timeout);