ReactOS 0.4.15-dev-7842-g558ab78
http_session_t Struct Reference

#include <internet.h>

Collaboration diagram for http_session_t:

Public Attributes

object_header_t hdr
 
appinfo_tappInfo
 
LPWSTR hostName
 
LPWSTR userName
 
LPWSTR password
 
INTERNET_PORT hostPort
 
DWORD connect_timeout
 
DWORD send_timeout
 
DWORD receive_timeout
 

Detailed Description

Definition at line 301 of file internet.h.

Member Data Documentation

◆ appInfo

◆ connect_timeout

DWORD http_session_t::connect_timeout

Definition at line 309 of file internet.h.

Referenced by HTTPSESSION_QueryOption(), and HTTPSESSION_SetOption().

◆ hdr

object_header_t http_session_t::hdr

Definition at line 303 of file internet.h.

Referenced by HTTP_ReceiveRequestData().

◆ hostName

LPWSTR http_session_t::hostName

Definition at line 305 of file internet.h.

◆ hostPort

INTERNET_PORT http_session_t::hostPort

Definition at line 308 of file internet.h.

◆ password

LPWSTR http_session_t::password

◆ receive_timeout

DWORD http_session_t::receive_timeout

Definition at line 311 of file internet.h.

Referenced by HTTPSESSION_QueryOption(), and HTTPSESSION_SetOption().

◆ send_timeout

DWORD http_session_t::send_timeout

Definition at line 310 of file internet.h.

Referenced by HTTPSESSION_QueryOption(), and HTTPSESSION_SetOption().

◆ userName

LPWSTR http_session_t::userName

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