4 overrides of OnAbort
System.ServiceModel (4)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
127internal override void OnAbort()
System\ServiceModel\Channels\HttpTransportManager.cs (1)
109internal override void OnAbort()
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
115internal override void OnAbort()
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
190internal override void OnAbort()
5 references to OnAbort
System.ServiceModel (5)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
130base.OnAbort();
System\ServiceModel\Channels\HttpTransportManager.cs (1)
112base.OnAbort();
System\ServiceModel\Channels\NamedPipeTransportManager.cs (1)
118base.OnAbort();
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
194base.OnAbort();
System\ServiceModel\Channels\TransportManager.cs (1)
59OnAbort();