AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Net.h
Go to the documentation of this file.
1
6#pragma once
7
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()