The FileWebRequest.Abort method cancels a request to a resource. After a request is canceled, calling the FileWebRequest.GetResponse, FileWebRequest.BeginGetResponse(AsyncCallback, object), FileWebRequest.EndGetResponse(IAsyncResult), FileWebRequest.GetRequestStream, FileWebRequest.BeginGetRequestStream(AsyncCallback, object), or FileWebRequest.EndGetRequestStream(IAsyncResult) method causes a System.Net.WebException with the WebException.Status property set to WebExceptionStatus.RequestCanceled.
Note This member outputs trace information when you enable network tracing in your application. For more information, see [<topic://conUsingNetworkTracing>].