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

http_client_config::http_client_config Constructor

Public Methods

Name

Description

http_client_config::chunksize Method

Get the client chunk size

http_client_config::credentials Method

Get the client credentials

http_client_config::guarantee_order Method

Get the 'guarantee order' property

http_client_config::proxy Method

Get the web proxy object

http_client_config::set_chunksize Method

Get the client chunk size

http_client_config::set_credentials Method

Set the client credentials

http_client_config::set_guarantee_order Method

Set the 'guarantee order' property

http_client_config::set_proxy Method

Set the web proxy object

http_client_config::set_timeout Method

Set the timeout

http_client_config::timeout Method

Get the timeout

Requirements

Header: http_client.h

Namespace: web::http::client

See Also

Reference

web::http::client Namespace