#include <inetstl/inetstl.h>
#include <inetstl/network/session.hpp>
#include <inetstl/filesystem/filesystem_traits.hpp>
#include <inetstl/error/exceptions.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | inetstl |
Classes | |
| class | basic_connection |
| Represents an internet connection. More... | |
Typedefs | |
| typedef basic_connection< char > | connection_a |
Specialisation of the basic_connection template for the ANSI character type char. | |
| typedef basic_connection< wchar_t > | connection_w |
Specialisation of the basic_connection template for the Unicode character type wchar_t. | |
| typedef basic_connection< TCHAR > | connection |
Specialisation of the basic_connection template for the Win32 character type TCHAR. | |
Functions | |
| template<typename C, typename X, typename T> | |
| HINTERNET | get_handle (basic_connection< C, X, T > &s) |
1.5.6