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