soap attachment More...
#include <libppbase/base_soap/SOAPAttachment.h>
Public Member Functions | |
SOAPAttachment (const base::String &id, const base::String &filename, const base::String &mimetype, size_t memlimit=1048576) | |
Constructor. | |
const base::String & | getFileName () const |
Gets the attachment file name. | |
const base::String & | getID () const |
Gets the attachment id. | |
const base::String & | getMimeType () const |
Gets the attachment mime type. |
soap attachment
base_soap::SOAPAttachment::SOAPAttachment | ( | const base::String & | id, | |
const base::String & | filename, | |||
const base::String & | mimetype, | |||
size_t | memlimit = 1048576 | |||
) |
Constructor.
id | the attachment id (Content-ID) | |
filename | the attachment file name (Content-Disposition: filename) | |
mimetype | the attachment mime type (Content-Type) | |
memlimit | memory limit in bytes |
const base::String& base_soap::SOAPAttachment::getFileName | ( | ) | const |
Gets the attachment file name.
const base::String& base_soap::SOAPAttachment::getID | ( | ) | const |
Gets the attachment id.
const base::String& base_soap::SOAPAttachment::getMimeType | ( | ) | const |
Gets the attachment mime type.