3 overrides of Abort
System.Net.Requests (3)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (3)
49
public override void
Abort
() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
146
public override void
Abort
() { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); }
229
public 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)
1818
request.
Abort
();
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
707
try { request?.
Abort
(); }