procedure Abort;
Description
The Abort method cancels a request to a resource. After a request is canceled, calling the GetResponse method causes an Exception with the StatusCode property set to RequestCanceled.
Use this method only when a connection hangs. Use the Disconnect method to close a connection normally.
See Also