9 references to Aborted
System.ServiceModel (9)
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
1254
httpOutput.Abort(HttpAbortReason.
Aborted
);
1281
abortReason = HttpAbortReason.
Aborted
;
1567
this.httpOutput.Abort(HttpAbortReason.
Aborted
);
1595
httpOutput.Abort(HttpAbortReason.
Aborted
);
1642
if (abortReason == HttpAbortReason.
Aborted
)
1733
abortReason = HttpAbortReason.
Aborted
;
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1117
Abort(HttpAbortReason.
Aborted
);
3655
case HttpAbortReason.
Aborted
:
System\ServiceModel\Channels\HttpRequestContext.cs (1)
141
this.httpOutput.Abort(HttpAbortReason.
Aborted
);