WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIProxiedChannel

IID:6238f134-8c3f-4354-958f-dfd9d54a4446
Inherits From:nsISupports

An interface for accessing the proxy info that a channel was constructed with.


Properties

readonly nsIProxyInfo proxyInfo

Gets the proxy info the channel was constructed with. null or a proxyInfo with type "direct" mean no proxy.

The returned proxy info must not be modified.

Reference documentation is generated from Mozilla's source.