#include <fsHttpConnection.h>

Public Member Functions | |
| fsInternetResult | Connect (LPCSTR pszServer, LPCSTR pszUser, LPCSTR pszPassword, INTERNET_PORT nPort=INTERNET_DEFAULT_HTTP_PORT) |
| fsHttpConnection () | |
| virtual | ~fsHttpConnection () |
| fsInternetResult | Connect (LPCSTR pszServer, LPCSTR pszUser, LPCSTR pszPassword, INTERNET_PORT nPort=INTERNET_DEFAULT_HTTP_PORT) |
| fsHttpConnection () | |
| virtual | ~fsHttpConnection () |
Definition at line 15 of file fsHttpConnection.h.
| fsHttpConnection::fsHttpConnection | ( | ) |
Definition at line 9 of file fsHttpConnection.cpp.
| fsHttpConnection::~fsHttpConnection | ( | ) | [virtual] |
Definition at line 14 of file fsHttpConnection.cpp.
| fsHttpConnection::fsHttpConnection | ( | ) |
| virtual fsHttpConnection::~fsHttpConnection | ( | ) | [virtual] |
| fsInternetResult fsHttpConnection::Connect | ( | LPCSTR | pszServer, | |
| LPCSTR | pszUser, | |||
| LPCSTR | pszPassword, | |||
| INTERNET_PORT | nPort = INTERNET_DEFAULT_HTTP_PORT | |||
| ) | [virtual] |
Reimplemented from fsInternetServerConnection.
Definition at line 19 of file fsHttpConnection.cpp.
References fsWinInetErrorToIR(), fsInternetSession::GetHandle(), INTERNET_SERVICE_HTTP, InternetCloseHandle(), InternetConnect, IR_NOTINITIALIZED, IR_SUCCESS, fsInternetServerConnection::m_hServer, fsInternetServerConnection::m_pSession, fsInternetServerConnection::m_strServer, fsInternetServerConnection::m_uPort, and NULL.
Referenced by fsHttpOpenUrl().
| fsInternetResult fsHttpConnection::Connect | ( | LPCSTR | pszServer, | |
| LPCSTR | pszUser, | |||
| LPCSTR | pszPassword, | |||
| INTERNET_PORT | nPort = INTERNET_DEFAULT_HTTP_PORT | |||
| ) | [virtual] |
Reimplemented from fsInternetServerConnection.
1.5.6