#include <urlc.h>
Public Methods | |
| UrlC () | |
| UrlC (const char *) | |
| UrlC (const UrlC &) | |
| UrlC & | operator= (const UrlC &) |
| ~UrlC () | |
| void | SetUrlAddress (const char *) |
| const char * | GetUrlAddress () |
| void | GetIFStream (std::ifstream &) |
| void | GetFStream (std::fstream &) |
| FILE * | GetFileHandle () |
Protected Attributes | |
| char * | m_urlAddress |
| char * | m_localFilename |
| char * | m_contentType |
| long | m_slContentSize |
| void * | m_hUrl |
| void * | m_hFile |
| long | m_ulBytesRead |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc2