TrinityCore
|
#include <stdsoap2.h>
Public Attributes | |
struct soap_cookie * | next |
char * | name |
char * | value |
char * | domain |
char * | path |
time_t | expire |
long | maxage |
unsigned int | version |
short | secure |
short | session |
short | env |
short | modified |
char* soap_cookie::domain |
short soap_cookie::env |
time_t soap_cookie::expire |
long soap_cookie::maxage |
short soap_cookie::modified |
char* soap_cookie::name |
struct soap_cookie* soap_cookie::next |
char* soap_cookie::path |
short soap_cookie::secure |
short soap_cookie::session |
char* soap_cookie::value |
unsigned int soap_cookie::version |