26 references to HttpAbortReason
System.ServiceModel (26)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (3)
71
throw FxTrace.Exception.AsError(HttpChannelUtilities.CreateRequestWebException(ex, this.httpWebRequest,
HttpAbortReason
.None));
109
throw FxTrace.Exception.AsError(HttpChannelUtilities.CreateRequestWebException(ex, this.httpWebRequest,
HttpAbortReason
.None));
159
throw FxTrace.Exception.AsError(HttpChannelUtilities.CreateRequestWebException(ex, request,
HttpAbortReason
.None));
System\ServiceModel\Channels\HttpChannelFactory.cs (9)
1180
HttpAbortReason
abortReason;
1254
httpOutput.Abort(
HttpAbortReason
.Aborted);
1281
abortReason =
HttpAbortReason
.Aborted;
1405
HttpAbortReason
abortReason;
1521
this.abortReason =
HttpAbortReason
.TimedOut;
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 (13)
1071
HttpAbortReason
abortReason;
1117
Abort(
HttpAbortReason
.Aborted);
1120
public virtual void Abort(
HttpAbortReason
reason)
1134
private void TraceRequestResponseAborted(
HttpAbortReason
reason)
1540
thisPtr.Abort(
HttpAbortReason
.TimedOut);
2388
public override void Abort(
HttpAbortReason
abortReason)
2933
public override void Abort(
HttpAbortReason
abortReason)
3500
public static HttpWebResponse ProcessGetResponseWebException(WebException webException, HttpWebRequest request,
HttpAbortReason
abortReason)
3588
public static Exception ConvertWebException(WebException webException, HttpWebRequest request,
HttpAbortReason
abortReason)
3651
public static Exception CreateRequestCanceledException(Exception webException, HttpWebRequest request,
HttpAbortReason
abortReason)
3655
case
HttpAbortReason
.Aborted:
3657
case
HttpAbortReason
.TimedOut:
3686
public static Exception CreateRequestWebException(WebException webException, HttpWebRequest request,
HttpAbortReason
abortReason)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
141
this.httpOutput.Abort(
HttpAbortReason
.Aborted);