#include <inetstl/inetstl.h>
#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_session |
| Represents an internet session. More... | |
Typedefs | |
| typedef basic_session< char > | session_a |
Specialisation of the basic_session template for the ANSI character type char. | |
| typedef basic_session< wchar_t > | session_w |
Specialisation of the basic_session template for the Unicode character type wchar_t. | |
| typedef basic_session< TCHAR > | session |
Specialisation of the basic_session template for the Win32 character type TCHAR. | |
Functions | |
| template<typename C, typename X, typename T> | |
| HINTERNET | get_handle (basic_session< C, X, T > &s) |
1.5.6