Struct xpcom::interfaces::nsIProxiedChannel [] [src]

#[repr(C)]
pub struct nsIProxiedChannel { /* fields omitted */ }

interface nsIProxiedChannel : nsISupports

/**
 * An interface for accessing the proxy info that a channel was
 * constructed with.
 *
 * @see nsIProxiedProtocolHandler
 */

Methods

impl nsIProxiedChannel
[src]

[src]

Cast this nsIProxiedChannel to one of its base interfaces.

impl nsIProxiedChannel
[src]

[src]

/**
   * 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.
   */

readonly attribute nsIProxyInfo proxyInfo;

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIProxiedChannel
[src]

IID: nsIID = nsID(1647898932, 35903, 17236, [149, 143, 223, 217, 213, 74, 68, 70])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIProxiedChannel
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIProxiedChannel
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.