7 references to RequestCanceled
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\LongPollingTransport.cs (1)
169catch (WebException ex) when (!OperatingSystem.IsBrowser() && ex.Status == WebExceptionStatus.RequestCanceled)
PresentationCore (1)
MS\Internal\WpfWebRequestHelper.cs (1)
88throw new WebException(requestUri.ToString(), WebExceptionStatus.RequestCanceled);
System.Net.Requests (5)
System\Net\FileWebRequest.cs (4)
112new WebException(SR.Format(SR.net_requestaborted, WebExceptionStatus.RequestCanceled), WebExceptionStatus.RequestCanceled); 468throw new WebException(SR.Format(SR.net_requestaborted, WebExceptionStatus.RequestCanceled), WebExceptionStatus.RequestCanceled);
System\Net\HttpWebRequest.cs (1)
1570throw new WebException(SR.net_reqaborted, WebExceptionStatus.RequestCanceled);