![]() |
SAGA API v9.10
|
#include <metadata.h>
Public Member Functions | |
CSG_HTTP (void) | |
bool | Create (void) |
CSG_HTTP (const CSG_String &Server, const SG_Char *Username=NULL, const SG_Char *Password=NULL) | |
bool | Create (const CSG_String &Server, const SG_Char *Username=NULL, const SG_Char *Password=NULL) |
virtual | ~CSG_HTTP (void) |
bool | Destroy (void) |
bool | is_Connected (void) const |
bool | Request (const CSG_String &Request, CSG_Bytes &Answer) |
bool | Request (const CSG_String &Request, CSG_MetaData &Answer) |
bool | Request (const CSG_String &Request, CSG_String &Answer) |
bool | Request (const CSG_String &Request, const SG_Char *File) |
Protected Attributes | |
class wxHTTP * | m_pHTTP |
Definition at line 235 of file metadata.h.
CSG_HTTP::CSG_HTTP | ( | void | ) |
Definition at line 1237 of file metadata.cpp.
References m_pHTTP.
CSG_HTTP::CSG_HTTP | ( | const CSG_String & | Server, |
const SG_Char * | Username = NULL, | ||
const SG_Char * | Password = NULL ) |
Definition at line 1249 of file metadata.cpp.
|
virtual |
Definition at line 1298 of file metadata.cpp.
References Destroy().
bool CSG_HTTP::Create | ( | const CSG_String & | Server, |
const SG_Char * | Username = NULL, | ||
const SG_Char * | Password = NULL ) |
Definition at line 1257 of file metadata.cpp.
References CSG_String::c_str(), Destroy(), m_pHTTP, SERVER_TRIM, and SG_Char.
bool CSG_HTTP::Create | ( | void | ) |
bool CSG_HTTP::Destroy | ( | void | ) |
Definition at line 1304 of file metadata.cpp.
References m_pHTTP.
Referenced by Create(), Create(), and ~CSG_HTTP().
bool CSG_HTTP::is_Connected | ( | void | ) | const |
Definition at line 1317 of file metadata.cpp.
References m_pHTTP.
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
const SG_Char * | File ) |
Definition at line 1427 of file metadata.cpp.
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_Bytes & | Answer ) |
Definition at line 1371 of file metadata.cpp.
References CSG_Bytes::Clear(), and Request().
Referenced by Request(), Request(), Request(), and Request().
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_MetaData & | Answer ) |
Definition at line 1350 of file metadata.cpp.
References CSG_MetaData::Destroy(), and Request().
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_String & | Answer ) |
Definition at line 1399 of file metadata.cpp.
References CSG_String::Clear(), and Request().
|
protected |
Definition at line 257 of file metadata.h.
Referenced by Create(), CSG_HTTP(), CSG_HTTP(), Destroy(), and is_Connected().