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