2 overrides of Abort
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2388public override void Abort(HttpAbortReason abortReason) 2933public override void Abort(HttpAbortReason abortReason)
9 references to Abort
System.ServiceModel (9)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
1254httpOutput.Abort(HttpAbortReason.Aborted); 1522httpOutput.Abort(this.abortReason); 1567this.httpOutput.Abort(HttpAbortReason.Aborted); 1595httpOutput.Abort(HttpAbortReason.Aborted);
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
1117Abort(HttpAbortReason.Aborted); 1540thisPtr.Abort(HttpAbortReason.TimedOut); 2391base.Abort(abortReason); 2936base.Abort(abortReason);
System\ServiceModel\Channels\HttpRequestContext.cs (1)
141this.httpOutput.Abort(HttpAbortReason.Aborted);