ReactOS 0.4.15-dev-8102-g108db8f
session Struct Reference

#include <winhttp_private.h>

Collaboration diagram for session:

Public Attributes

struct object_header hdr
 
CRITICAL_SECTION cs
 
WCHARagent
 
DWORD access
 
int resolve_timeout
 
int connect_timeout
 
int send_timeout
 
int receive_timeout
 
int receive_response_timeout
 
WCHARproxy_server
 
WCHARproxy_bypass
 
WCHARproxy_username
 
WCHARproxy_password
 
struct list cookie_cache
 
HANDLE unload_event
 
DWORD secure_protocols
 
DWORD passport_flags
 

Detailed Description

Definition at line 78 of file winhttp_private.h.

Member Data Documentation

◆ access

DWORD session::access

Definition at line 83 of file winhttp_private.h.

Referenced by WinHttpOpen().

◆ agent

WCHAR* session::agent

Definition at line 82 of file winhttp_private.h.

Referenced by send_request(), session_destroy(), and WinHttpOpen().

◆ connect_timeout

◆ cookie_cache

struct list session::cookie_cache

◆ cs

◆ hdr

◆ passport_flags

DWORD session::passport_flags

Definition at line 96 of file winhttp_private.h.

Referenced by session_set_option().

◆ proxy_bypass

WCHAR* session::proxy_bypass

Definition at line 90 of file winhttp_private.h.

Referenced by session_destroy(), should_bypass_proxy(), and WinHttpOpen().

◆ proxy_password

WCHAR* session::proxy_password

Definition at line 92 of file winhttp_private.h.

Referenced by request_set_option(), and session_destroy().

◆ proxy_server

WCHAR* session::proxy_server

Definition at line 89 of file winhttp_private.h.

Referenced by session_destroy(), set_server_for_hostname(), and WinHttpOpen().

◆ proxy_username

WCHAR* session::proxy_username

Definition at line 91 of file winhttp_private.h.

Referenced by request_set_option(), and session_destroy().

◆ receive_response_timeout

int session::receive_response_timeout

Definition at line 88 of file winhttp_private.h.

Referenced by session_query_option(), session_set_option(), and WinHttpOpen().

◆ receive_timeout

◆ resolve_timeout

int session::resolve_timeout

◆ secure_protocols

DWORD session::secure_protocols

Definition at line 95 of file winhttp_private.h.

Referenced by session_set_option().

◆ send_timeout

◆ unload_event

HANDLE session::unload_event

Definition at line 94 of file winhttp_private.h.

Referenced by session_destroy(), and session_set_option().


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