ReactOS 0.4.16-dev-91-g764881a
|
#include <winhttp_private.h>
Public Attributes | |
struct object_header | hdr |
struct session * | session |
WCHAR * | hostname |
WCHAR * | servername |
WCHAR * | username |
WCHAR * | password |
INTERNET_PORT | hostport |
INTERNET_PORT | serverport |
struct sockaddr_storage | sockaddr |
BOOL | resolved |
Definition at line 99 of file winhttp_private.h.
struct object_header connect::hdr |
Definition at line 101 of file winhttp_private.h.
Referenced by WinHttpConnect(), and WinHttpOpenRequest().
WCHAR* connect::hostname |
Definition at line 103 of file winhttp_private.h.
Referenced by add_host_header(), connect_destroy(), handle_redirect(), open_connection(), send_request(), and WinHttpConnect().
INTERNET_PORT connect::hostport |
Definition at line 107 of file winhttp_private.h.
Referenced by add_host_header(), handle_redirect(), and WinHttpConnect().
WCHAR* connect::password |
Definition at line 106 of file winhttp_private.h.
Referenced by connect_destroy(), and request_set_option().
BOOL connect::resolved |
Definition at line 110 of file winhttp_private.h.
Referenced by open_connection(), and set_server_for_hostname().
WCHAR* connect::servername |
Definition at line 104 of file winhttp_private.h.
Referenced by connect_destroy(), open_connection(), and set_server_for_hostname().
INTERNET_PORT connect::serverport |
Definition at line 108 of file winhttp_private.h.
Referenced by handle_redirect(), open_connection(), and set_server_for_hostname().
Definition at line 102 of file winhttp_private.h.
Referenced by connect_destroy(), connect_query_option(), open_connection(), send_request(), set_server_for_hostname(), WinHttpConnect(), and WinHttpOpenRequest().
struct sockaddr_storage connect::sockaddr |
Definition at line 109 of file winhttp_private.h.
Referenced by open_connection().
WCHAR* connect::username |
Definition at line 105 of file winhttp_private.h.
Referenced by connect_destroy(), and request_set_option().