SAGA API
v9.6
|
#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 234 of file metadata.h.
CSG_HTTP::CSG_HTTP | ( | void | ) |
Definition at line 1169 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 1181 of file metadata.cpp.
|
virtual |
Definition at line 1230 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 1189 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 1236 of file metadata.cpp.
References m_pHTTP.
Referenced by Create(), and ~CSG_HTTP().
bool CSG_HTTP::is_Connected | ( | void | ) | const |
Definition at line 1249 of file metadata.cpp.
References m_pHTTP.
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
const SG_Char * | File | ||
) |
Definition at line 1359 of file metadata.cpp.
References Request().
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_Bytes & | Answer | ||
) |
Definition at line 1303 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 1282 of file metadata.cpp.
References CSG_MetaData::Destroy(), and Request().
bool CSG_HTTP::Request | ( | const CSG_String & | Request, |
CSG_String & | Answer | ||
) |
Definition at line 1331 of file metadata.cpp.
References CSG_String::Clear(), and Request().
|
protected |
Definition at line 256 of file metadata.h.
Referenced by Create(), CSG_HTTP(), Destroy(), and is_Connected().