WebClientAsyncResult::Abort Method ()
.NET Framework (current version)
Cancels an asynchronous XML Web service request.
Assembly: System.Web.Services (in System.Web.Services.dll)
The XML Web service request is canceled if the underlying transport supports the WebRequest::Abort method. If the corresponding End method is subsequently called after the Abort method, a WebException is thrown, setting the Status property to RequestCanceled.
.NET Framework
Available since 1.1
Available since 1.1
Show: