3 overrides of Abort
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
49public override void Abort() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 146public override void Abort() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } 229public override void Abort() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
3 references to Abort
PresentationCore (1)
System\IO\Packaging\PackWebResponse.cs (1)
452_webRequest.Abort(); // response not back yet so abort it
PresentationFramework (1)
System\Windows\Navigation\NavigationService.cs (1)
1818request.Abort();
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
707try { request?.Abort(); }