RWIHttpFromHeaderRWIHttpGenericHeaderRWIHttpHeaderBase
Networking Tools: Thread-hot Internet Classes (int library)
None
#include <rw/toolpro/httphdr.h> RWIHttpFromHeader from("support@roguewave.com");
thr, net, int, tls (and possibly std)
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.
RWIHttpFromHeader();
Constructs a default RWIHttpFromHeader object with the label as From and the value as null.
RWIHttpFromHeader(const RWCString& value);
Constructs an RWIHttpFromHeader object with the label as From and the value as value.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.