ReactOS 0.4.15-dev-7942-gd23573b
nsChannel Struct Reference

#include <binding.h>

Collaboration diagram for nsChannel:

Public Attributes

nsIHttpChannel nsIHttpChannel_iface
 
nsIUploadChannel nsIUploadChannel_iface
 
nsIHttpChannelInternal nsIHttpChannelInternal_iface
 
LONG ref
 
nsWineURIuri
 
nsIInputStreampost_data_stream
 
BOOL post_data_contains_headers
 
nsILoadGroupload_group
 
nsIInterfaceRequestornotif_callback
 
nsISupportsowner
 
nsILoadInfoload_info
 
nsLoadFlags load_flags
 
nsIURIoriginal_uri
 
nsIURIreferrer
 
charcontent_type
 
charcharset
 
UINT32 response_status
 
charresponse_status_text
 
REQUEST_METHOD request_method
 
struct list response_headers
 
struct list request_headers
 

Detailed Description

Definition at line 36 of file binding.h.

Member Data Documentation

◆ charset

char* nsChannel::charset

Definition at line 54 of file binding.h.

◆ content_type

char* nsChannel::content_type

Definition at line 53 of file binding.h.

Referenced by channelbsc_load_stream().

◆ load_flags

nsLoadFlags nsChannel::load_flags

Definition at line 50 of file binding.h.

Referenced by create_redirect_nschannel().

◆ load_group

nsILoadGroup* nsChannel::load_group

◆ load_info

nsILoadInfo* nsChannel::load_info

Definition at line 49 of file binding.h.

◆ notif_callback

nsIInterfaceRequestor* nsChannel::notif_callback

Definition at line 47 of file binding.h.

Referenced by create_redirect_nschannel().

◆ nsIHttpChannel_iface

◆ nsIHttpChannelInternal_iface

nsIHttpChannelInternal nsChannel::nsIHttpChannelInternal_iface

Definition at line 39 of file binding.h.

Referenced by create_nschannel().

◆ nsIUploadChannel_iface

nsIUploadChannel nsChannel::nsIUploadChannel_iface

Definition at line 38 of file binding.h.

Referenced by create_nschannel().

◆ original_uri

nsIURI* nsChannel::original_uri

Definition at line 51 of file binding.h.

Referenced by create_redirect_nschannel().

◆ owner

nsISupports* nsChannel::owner

Definition at line 48 of file binding.h.

◆ post_data_contains_headers

BOOL nsChannel::post_data_contains_headers

Definition at line 45 of file binding.h.

Referenced by hlink_frame_navigate(), and nsChannelBSC_init_bindinfo().

◆ post_data_stream

nsIInputStream* nsChannel::post_data_stream

Definition at line 44 of file binding.h.

Referenced by hlink_frame_navigate(), and nsChannelBSC_init_bindinfo().

◆ ref

LONG nsChannel::ref

Definition at line 41 of file binding.h.

Referenced by create_nschannel().

◆ referrer

nsIURI* nsChannel::referrer

Definition at line 52 of file binding.h.

Referenced by create_redirect_nschannel().

◆ request_headers

struct list nsChannel::request_headers

◆ request_method

REQUEST_METHOD nsChannel::request_method

Definition at line 57 of file binding.h.

Referenced by create_nschannel(), and create_redirect_nschannel().

◆ response_headers

struct list nsChannel::response_headers

Definition at line 58 of file binding.h.

Referenced by create_nschannel().

◆ response_status

UINT32 nsChannel::response_status

Definition at line 55 of file binding.h.

◆ response_status_text

char* nsChannel::response_status_text

Definition at line 56 of file binding.h.

◆ uri

nsWineURI* nsChannel::uri

Definition at line 43 of file binding.h.

Referenced by before_async_open(), create_nschannel(), and create_redirect_nschannel().


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