DCL 4.0
|
#include <HttpHeader.h>
Public Member Functions | |
HttpSetCookie (const wchar_t *_name, const wchar_t *_value=NULL, time_t _expires=0, const wchar_t *_path=NULL, const wchar_t *_domain=NULL, bool _secure=false) | |
Public Member Functions inherited from HttpHeader | |
HttpHeader () | |
HttpHeader (const HttpHeader &src) | |
HttpHeader (const wchar_t *_name, const wchar_t *_content=NULL) | |
const String & | name () const |
const String & | content () const |
String | toString () const |
Additional Inherited Members | |
Protected Attributes inherited from HttpHeader | |
String | __name |
String | __content |
Definition at line 34 of file HttpHeader.h.
HttpSetCookie::HttpSetCookie | ( | const wchar_t * | _name, |
const wchar_t * | _value = NULL, | ||
time_t | _expires = 0, | ||
const wchar_t * | _path = NULL, | ||
const wchar_t * | _domain = NULL, | ||
bool | _secure = false ) |
Definition at line 100 of file HttpHeader.cpp.