UserAgent Property
See Also Example Applies To
Read-Only. A string containing the user agent name to be sent in the HTTP Header.
Syntax
object.UserAgent
The object placeholder represents an XMLRPCRequest object.
Remarks
UserAgent is set automatically when the object is created. It is set to vbXMLRPC.dll Vx.y.z. Where x is the major version, y is the minor version and z is the revision.
|