ReactOS 0.4.15-dev-7846-g8ba6c66
nsIChannelEventSink Interface Reference
Inheritance diagram for nsIChannelEventSink:
Collaboration diagram for nsIChannelEventSink:

Public Member Functions

nsresult AsyncOnChannelRedirect (nsIChannel *oldChannel, nsIChannel *newChannel, uint32_t flags, nsIAsyncVerifyRedirectCallback *callback)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Public Attributes

const UINT REDIRECT_TEMPORARY = 1
 
const UINT REDIRECT_PERMANENT = 2
 
const UINT REDIRECT_INTERNAL = 4
 
const UINT REDIRECT_STS_UPGRADE = 8
 

Detailed Description

Definition at line 717 of file nsiface.idl.

Member Function Documentation

◆ AsyncOnChannelRedirect()

nsresult nsIChannelEventSink::AsyncOnChannelRedirect ( nsIChannel oldChannel,
nsIChannel newChannel,
uint32_t  flags,
nsIAsyncVerifyRedirectCallback callback 
)

Member Data Documentation

◆ REDIRECT_INTERNAL

const UINT nsIChannelEventSink::REDIRECT_INTERNAL = 4

Definition at line 721 of file nsiface.idl.

◆ REDIRECT_PERMANENT

const UINT nsIChannelEventSink::REDIRECT_PERMANENT = 2

Definition at line 720 of file nsiface.idl.

◆ REDIRECT_STS_UPGRADE

const UINT nsIChannelEventSink::REDIRECT_STS_UPGRADE = 8

Definition at line 722 of file nsiface.idl.

◆ REDIRECT_TEMPORARY

const UINT nsIChannelEventSink::REDIRECT_TEMPORARY = 1

Definition at line 719 of file nsiface.idl.


The documentation for this interface was generated from the following file: