Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebRequest::Abort Method ()

 

Aborts the Request

Namespace:   System.Net
Assembly:  System (in System.dll)

public:
virtual void Abort()

Exception Condition
NotImplementedException

Any attempt is made to access the method, when the method is not overridden in a descendant class.

The Abort method cancels asynchronous requests to Internet resources started with the BeginGetResponse method.

System_CAPS_noteNote

The WebRequest class is an abstract class. The actual behavior of WebRequest instances at run time is determined by the descendant class returned by the WebRequest::Create method. For more information about default values and exceptions, see the documentation for the descendant classes, such as HttpWebRequest and FileWebRequest.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft