COPASI API
4.16.103
|
#include <stdsoap2.h>
Public Attributes | |
char * | boundary |
struct soap_multipart * | first |
struct soap_multipart * | last |
struct soap_multipart * | list |
const char * | start |
Definition at line 1408 of file stdsoap2.h.
char* soap_mime::boundary |
Definition at line 1410 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_recv(), soap_clr_mime(), soap_count_attachments(), soap_end_recv(), soap_envelope_begin_out(), soap_get_mime_attachment(), soap_getmimehdr(), soap_init(), soap_puthttphdr(), soap_putmime(), soap_putmimehdr(), soap_select_mime_boundary(), soap_set_mime(), and soap_valid_mime_boundary().
struct soap_multipart* soap_mime::first |
Definition at line 1413 of file stdsoap2.h.
Referenced by soap_attachment(), soap_begin_recv(), soap_clr_mime(), soap_count_attachments(), soap_end_recv(), soap_end_send(), soap_get_mime_attachment(), soap_init(), soap_putmime(), soap_set_mime(), soap_set_mime_attachment(), and soap_valid_mime_boundary().
struct soap_multipart * soap_mime::last |
Definition at line 1413 of file stdsoap2.h.
Referenced by soap_attachment(), soap_begin_recv(), soap_clr_mime(), soap_end_recv(), soap_end_send(), soap_get_mime_attachment(), soap_getmimehdr(), soap_init(), soap_set_mime(), and soap_set_mime_attachment().
struct soap_multipart* soap_mime::list |
Definition at line 1412 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_end_recv(), soap_end_send(), and soap_init().
const char* soap_mime::start |
Definition at line 1411 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_recv(), soap_clr_mime(), soap_envelope_begin_out(), soap_init(), soap_puthttphdr(), soap_select_mime_boundary(), and soap_set_mime().