AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Net.h
1
6#pragma once
7
8#include <aws/core/Core_EXPORTS.h>
9
10namespace Aws
11{
12 namespace Net
13 {
14 // Has network stack been initiated.
16
17 // Initiate network stack.
19
20 // Cleanup network stack.
22 }
23}
void CleanupNetwork()
void InitNetwork()
bool IsNetworkInitiated()