Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIHttpUserAgentHeader


RWIHttpUserAgentHeaderRWIHttpGenericHeaderRWIHttpHeaderBase

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>
RWIHttpUserAgentHeader userAgentHdr("Mozilla/1.1N");

Required Libraries

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

Description

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.

Public Constructors

RWIHttpUserAgentHeader();
RWIHttpUserAgentHeader(const RWCString& value);


Previous fileTop of DocumentContentsIndexNext file

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