ReactOS 0.4.16-dev-470-g91b8923
|
#include <binding.h>
Public Attributes | |
nsIInputStream * | post_stream |
WCHAR * | headers |
HGLOBAL | post_data |
ULONG | post_data_len |
WCHAR* request_data_t::headers |
Definition at line 64 of file binding.h.
Referenced by navigate_new_window(), navigate_uri(), read_post_data_stream(), and release_request_data().
HGLOBAL request_data_t::post_data |
Definition at line 65 of file binding.h.
Referenced by navigate_new_window(), navigate_uri(), read_post_data_stream(), and release_request_data().
ULONG request_data_t::post_data_len |
Definition at line 66 of file binding.h.
Referenced by navigate_new_window(), navigate_uri(), and read_post_data_stream().
nsIInputStream* request_data_t::post_stream |
Definition at line 63 of file binding.h.
Referenced by navigate_uri(), read_post_data_stream(), and release_request_data().