Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpFromHeader


RWIHttpFromHeaderRWIHttpGenericHeaderRWIHttpHeaderBase

Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <rw/toolpro/httphdr.h>
RWIHttpFromHeader from("support@roguewave.com");

Required Libraries

thr, net, int, tls (and possibly std)

Description

RWIHttpFromHeader is a specialization class of RWIHttpGenericHeader. It defines the HTTP From header request. It is a helper class that formats its contents as From: header_value, where header_value should be a valid e-mail address. The validity of header_value is not checked.

Public Constructors

RWIHttpFromHeader();
RWIHttpFromHeader(const RWCString& value);


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.