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