ReactOS 0.4.15-dev-7834-g00c4b3d
connect Struct Reference

#include <winhttp_private.h>

Collaboration diagram for connect:

Public Attributes

struct object_header hdr
 
struct sessionsession
 
WCHARhostname
 
WCHARservername
 
WCHARusername
 
WCHARpassword
 
INTERNET_PORT hostport
 
INTERNET_PORT serverport
 
struct sockaddr_storage sockaddr
 
BOOL resolved
 

Detailed Description

Definition at line 99 of file winhttp_private.h.

Member Data Documentation

◆ hdr

struct object_header connect::hdr

Definition at line 101 of file winhttp_private.h.

Referenced by WinHttpConnect(), and WinHttpOpenRequest().

◆ hostname

◆ hostport

INTERNET_PORT connect::hostport

Definition at line 107 of file winhttp_private.h.

Referenced by add_host_header(), handle_redirect(), and WinHttpConnect().

◆ password

WCHAR* connect::password

Definition at line 106 of file winhttp_private.h.

Referenced by connect_destroy(), and request_set_option().

◆ resolved

BOOL connect::resolved

Definition at line 110 of file winhttp_private.h.

Referenced by open_connection(), and set_server_for_hostname().

◆ servername

WCHAR* connect::servername

Definition at line 104 of file winhttp_private.h.

Referenced by connect_destroy(), open_connection(), and set_server_for_hostname().

◆ serverport

INTERNET_PORT connect::serverport

Definition at line 108 of file winhttp_private.h.

Referenced by handle_redirect(), open_connection(), and set_server_for_hostname().

◆ session

◆ sockaddr

struct sockaddr_storage connect::sockaddr

Definition at line 109 of file winhttp_private.h.

Referenced by open_connection().

◆ username

WCHAR* connect::username

Definition at line 105 of file winhttp_private.h.

Referenced by connect_destroy(), and request_set_option().


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