|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <inetstl_session.h>
Public Methods | |
| basic_session () | |
| Default constructor. | |
| basic_session (char_type const *pcszAgent, is_dword_t accessType=INTERNET_OPEN_TYPE_PRECONFIG, char_type const *pcszProxyName=NULL, char_type const *pcszProxyBypass=NULL, is_dword_t flags=0) | |
| Create a session with the given arguments. | |
| ~basic_session () | |
| Closes the session, if open. | |
| is_bool_t | open (char_type const *pcszAgent, is_dword_t accessType=INTERNET_OPEN_TYPE_PRECONFIG, char_type const *pcszProxyName=NULL, char_type const *pcszProxyBypass=NULL, is_dword_t flags=0) |
| Open a session with the given arguments. | |
| void | close () |
| Closes the session, if open. | |
| HINTERNET | detach () |
| Removes the session from this object, and returns the underlying WinInet handle to the caller, who must take responsibility for releasing it. | |
| is_bool_t | is_open () const |
| Indicates whether the object is managing an open session. | |
| operator HINTERNET () | |
| Implicit conversion operator to a WinInet handle. | |
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |