###Function###
HttpSetUserAgent

###Description###
Sets the HTTP user-agent string which is sent with all Inet requests.

###Syntax###
HttpSetUserAgent ( "user agent" )


###Parameters###
@@ParamTable@@
user agent
	The string to set as the user-agent.  The default user-agent is "AutoIt".  Passing an empty string will reset the user-agent back to the default.
@@End@@

###ReturnValue###
The previous user agent.


###Remarks###
None.


###Related###
InetGet, InetGetSize, InetRead


###Example###
@@IncludeExample@@
