nsIDNSRequest

Please add a summary to this article.
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void cancel();

Methods

cancel()

Called to cancel a pending asynchronous DNS request. The listener will passed to asyncResolve will be notified immediately with a status code of NS_ERROR_ABORT.

void cancel();
Parameters

None.