RWIHttpUserAgentHeaderRWIHttpGenericHeaderRWIHttpHeaderBase
Networking Tools: Thread-hot Internet Classes (int library)
None
#include <rw/toolpro/httphdr.h> RWIHttpUserAgentHeader userAgentHdr("Mozilla/1.1N");
thr, net, int, tls (and possibly std)
RWIHttpUserAgentHeader is a specialization class of RWIHttpGenericHeader. It defines the HTTP User-Agent header request. It is a helper class that formats its contents as User-Agent: header_value, where header_value is some text that describes the client application.
RWIHttpUserAgentHeader();
Constructs a default RWIHttpUserAgentHeader object with the associated value of the User Agent label set to empty.
RWIHttpUserAgentHeader(const RWCString& value);
Constructs an RWIHttpUserAgentHeader object with the associated value of the User Agent label as the input value.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.