Cancels a request to an Internet resource.
Public Overrides Sub Abort
public override void Abort()
This method is not implemented.
The Abort method cancels a request to a resource. After a request is canceled, calling the BeginGetResponse, EndGetResponse, BeginGetRequestStream, or EndGetRequestStream method causes a WebException with the Status property set to RequestCanceled.
In the case of asynchronous requests, it is the responsibility of the client application to implement its own time-out mechanism.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.