nsIProtocolProxyService.asyncResolve().
nsISupports
Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)void onProxyAvailable(in nsICancelable aRequest, in nsIURI aURI, in nsIProxyInfo aProxyInfo, in nsresult aStatus); |
This method is called when proxy info is available or when an error in the proxy resolution occurs.
void onProxyAvailable( in nsICancelable aRequest, in nsIURI aURI, in nsIProxyInfo aProxyInfo, in nsresult aStatus );
aRequestaURIaProxyInfonull if there is no associated proxy info for aURI. As with the result of nsIProtocolProxyService's resolve method, a null result implies that a direct connection should be used.aStatusnull. The value returned from asyncResolve.