DCL 4.0
|
#include <HttpHeader.h>
Additional Inherited Members | |
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 |
Protected Attributes inherited from HttpHeader | |
String | __name |
String | __content |
Definition at line 60 of file HttpHeader.h.