AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Public Attributes | List of all members
Aws::IoOptions Struct Reference

#include <Aws.h>

Public Attributes

std::function< std::shared_ptr< Aws::Crt::Io::ClientBootstrap >()> clientBootstrap_create_fn
 
std::function< std::shared_ptr< Aws::Crt::Io::TlsConnectionOptions >()> tlsConnectionOptions_create_fn
 

Detailed Description

SDK wide options for I/O: client bootstrap and TLS connection options

Definition at line 73 of file Aws.h.

Member Data Documentation

◆ clientBootstrap_create_fn

std::function<std::shared_ptr<Aws::Crt::Io::ClientBootstrap>()> Aws::IoOptions::clientBootstrap_create_fn

Definition at line 75 of file Aws.h.

◆ tlsConnectionOptions_create_fn

std::function<std::shared_ptr<Aws::Crt::Io::TlsConnectionOptions>()> Aws::IoOptions::tlsConnectionOptions_create_fn

Definition at line 76 of file Aws.h.


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