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