wodHttpDLX ActiveX Control - UserAgent Property
      
 

Description

Holds software program name presented to the server.


Property type

A String value.  


Syntax

object.UserAgent [= value]



The UserAgent Property syntax has these parts:

Part Description
object An expression evaluating to an object of type HttpRequest.
value A String value.

Remarks

When UserAgent property is set, it provides information about program used by the client to the server. This is for statistical purposes and the tracing of protocol violations.

The first white space delimited word must be the software product name, with an optional slash and version designator. Other products which form part of the user agent may be put as separate words.

This property is just a 'shortcut' to Request.Headers("User-Agent") value.