![]() |
Home | Documentation |
soap_multipart Struct Reference
updated Wed Oct 30 2024 by Robert van Engelen
|
DIME/MIME/MTOM attachment data received by the engine. More...
#include <stdsoap2.h>
Public Types | |
typedef soap_multipart_iterator | iterator |
C++ only: an iterator over soap_multipart attachments. | |
Public Attributes | |
struct soap_multipart * | next |
next attachment in the linked list | |
const char * | ptr |
points to raw data content | |
size_t | size |
size of data content | |
const char * | id |
DIME/MIME/MTOM content ID or form data name. | |
const char * | type |
DIME/MIME/MTOM type (MIME type format) | |
const char * | options |
DIME options. | |
enum soap_mime_encoding | encoding |
MIME Content-Transfer-Encoding. | |
const char * | location |
MIME Content-Location (optional) | |
const char * | description |
MIME Content-Description (optional) | |
DIME/MIME/MTOM attachment data received by the engine.
soap_multipart_iterator soap_multipart::iterator |
C++ only: an iterator over soap_multipart attachments.
const char* soap_multipart::description |
MIME Content-Description (optional)
enum soap_mime_encoding soap_multipart::encoding |
MIME Content-Transfer-Encoding.
const char* soap_multipart::id |
DIME/MIME/MTOM content ID or form data name.
const char* soap_multipart::location |
MIME Content-Location (optional)
struct soap_multipart* soap_multipart::next |
next attachment in the linked list
const char* soap_multipart::options |
DIME options.
const char* soap_multipart::ptr |
points to raw data content
size_t soap_multipart::size |
size of data content
const char* soap_multipart::type |
DIME/MIME/MTOM type (MIME type format)