2 references to net_reqaborted
System.Net.Requests (2)
System\Net\ExceptionHelper.cs (1)
10
internal static WebException RequestAbortedException => new WebException(SR.
net_reqaborted
);
System\Net\HttpWebRequest.cs (1)
1586
throw new WebException(SR.
net_reqaborted
, WebExceptionStatus.RequestCanceled);