http_client_config Class
HTTP client configuration class, used to set the possible configuration options used to create an http_client instance.
Warning
This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at http://casablanca.codeplex.com/documentation.
class http_client_config;
Members
Public Constructors
Name |
Description |
---|---|
Public Methods
Name |
Description |
---|---|
Get the client chunk size |
|
Get the client credentials |
|
Get the 'guarantee order' property |
|
Get the web proxy object |
|
Get the client chunk size |
|
Set the client credentials |
|
Set the 'guarantee order' property |
|
Set the web proxy object |
|
Set the timeout |
|
Get the timeout |
Requirements
Header: http_client.h
Namespace: web::http::client