aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Member Functions | Public Attributes | List of all members
Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig Struct Reference

#include <HttpProxyStrategy.h>

Public Member Functions

 HttpProxyStrategyBasicAuthConfig ()
 

Public Attributes

AwsHttpProxyConnectionType ConnectionType
 
String Username
 
String Password
 

Constructor & Destructor Documentation

◆ HttpProxyStrategyBasicAuthConfig()

Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::HttpProxyStrategyBasicAuthConfig ( )

Member Data Documentation

◆ ConnectionType

AwsHttpProxyConnectionType Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::ConnectionType

◆ Password

String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Password

◆ Username

String Aws::Crt::Http::HttpProxyStrategyBasicAuthConfig::Username

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