Bug 1804798 - Explicitly set auto page name (and corresponding debug flag) when inser...
[gecko.git] / netwerk / base / nsISecCheckWrapChannel.idl
blob21f4d0c290c536109a713bb97d1344c5109e9cb2
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
7 interface nsIChannel;
9 /**
10 * nsISecCheckWrapChannel
11 * Describes an XPCOM component used to wrap channels for performing
12 * security checks. Channels wrapped inside this class can use
13 * this interface to query the wrapped inner channel.
16 [scriptable, uuid(9446c5d5-c9fb-4a6e-acf9-ca4fc666efe0)]
17 interface nsISecCheckWrapChannel : nsISupports
19 /**
20 * Returns the wrapped channel inside this class.
22 readonly attribute nsIChannel innerChannel;