TwiceAsNice  2019-02-18
Public Attributes | List of all members
soap_cookie Struct Reference

#include <stdsoap2.h>

Collaboration diagram for soap_cookie:
Collaboration graph

Public Attributes

struct soap_cookienext
 
char * name
 
char * value
 
char * domain
 
char * path
 
time_t expire
 
long maxage
 
unsigned int version
 
short secure
 
short session
 
short env
 
short modified
 

Member Data Documentation

◆ domain

char* soap_cookie::domain

◆ env

short soap_cookie::env

◆ expire

time_t soap_cookie::expire

◆ maxage

long soap_cookie::maxage

◆ modified

short soap_cookie::modified

◆ name

char* soap_cookie::name

◆ next

struct soap_cookie* soap_cookie::next

◆ path

char* soap_cookie::path

◆ secure

short soap_cookie::secure

◆ session

short soap_cookie::session

◆ value

char* soap_cookie::value

◆ version

unsigned int soap_cookie::version

The documentation for this struct was generated from the following file: