![]() |
SAGA API
v9.8
|
#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 1186 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 1198 of file metadata.cpp.
|
virtual |
Definition at line 1247 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 1206 of file metadata.cpp.
References CSG_String::c_str(), Destroy(), m_pHTTP, and SERVER_TRIM.
bool CSG_HTTP::Create | ( | void | ) |
bool CSG_HTTP::Destroy | ( | void | ) |
Definition at line 1253 of file metadata.cpp.
References m_pHTTP.
Referenced by Create(), and ~CSG_HTTP().
bool CSG_HTTP::is_Connected | ( | void | ) | const |
Definition at line 1266 of file metadata.cpp.
References m_pHTTP.
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
const SG_Char * | File | ||
) |
Definition at line 1376 of file metadata.cpp.
References Request().
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_Bytes & | Answer | ||
) |
Definition at line 1320 of file metadata.cpp.
References CSG_Bytes::Clear().
Referenced by Request().
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_MetaData & | Answer | ||
) |
Definition at line 1299 of file metadata.cpp.
References CSG_MetaData::Destroy(), and Request().
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_String & | Answer | ||
) |
Definition at line 1348 of file metadata.cpp.
References CSG_String::Clear(), and Request().
|
protected |
Definition at line 257 of file metadata.h.
Referenced by Create(), CSG_HTTP(), Destroy(), and is_Connected().