#include <WinSyncHttpClient.h>
Base implementation of a windows http client - used by WinInetSyncHttpClient and WinHttpSyncHttpClient
Definition at line 40 of file WinSyncHttpClient.h.
virtual Aws::Http::WinSyncHttpClient::~WinSyncHttpClient |
( |
| ) |
|
|
virtual |
void* Aws::Http::WinSyncHttpClient::AllocateWindowsHttpRequest |
( |
const Aws::Http::HttpRequest & |
request, |
|
|
void * |
connection |
|
) |
| const |
|
protected |
Return call from implementation specific openrequest call.
Gets the connection pool manager the client is ussing.
Definition at line 74 of file WinSyncHttpClient.h.
virtual const char* Aws::Http::WinSyncHttpClient::GetLogTag |
( |
| ) |
const |
|
inlinevirtual |
void* Aws::Http::WinSyncHttpClient::GetOpenHandle |
( |
| ) |
const |
|
inlineprotected |
Gets the instance wide win handle for the module open calls.
Definition at line 66 of file WinSyncHttpClient.h.
Sets the connection pool manager for the client to use.
void Aws::Http::WinSyncHttpClient::SetOpenHandle |
( |
void * |
handle | ) |
|
|
protected |
Sets the instance wide win handle for the module open calls.
bool Aws::Http::WinSyncHttpClient::m_allowRedirects |
|
protected |
config flag for whether or not to tell apis to allow redirects.
Definition at line 82 of file WinSyncHttpClient.h.
The documentation for this class was generated from the following file: