2 references to RequestCanceled
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\LongPollingTransport.cs (1)
169
catch (WebException ex) when (!OperatingSystem.IsBrowser() && ex.Status == WebExceptionStatus.
RequestCanceled
)
PresentationCore (1)
MS\Internal\WpfWebRequestHelper.cs (1)
77
throw new WebException(requestUri.ToString(), WebExceptionStatus.
RequestCanceled
);