<HTTP>
<UserAgent>
<Send value="default"/>
<Name>iSiloXC/3.0 Windows/32</Name>
</UserAgent>
<Timeouts>
<MaxRetriesPerPage value="3"/>
<MaxConnectTime value="60"/>
<MaxSendTime value="30"/>
<MaxReceiveTime value="30"/>
</Timeouts>
</HTTP>
| Tag | Type | Default | Description |
|---|---|---|---|
<UserAgent>
| n/a | n/a | User agent settings container element |
<Send>
| value | default | Whether to send the User-Agent header line |
<Name>
| string | n/a | The user-agent name to send |
<Timeouts>
| n/a | n/a | Communication timeout settings container element |
<MaxRetriesPerPage>
| value | 3 | Maximum number of retries per page |
<MaxConnectTime>
| value | 60 | Maximum connect wait time |
<MaxSendTime>
| value | 30 | Maximum send wait time |
<MaxReceiveTime>
| value | 60 | Maximum receive wait time |
no: Do not send the User-Agent header line.
default: Use the default user agent name.
This varies depending on the version of iSiloX or iSiloXC used
and the operating system on which it is run.
custom: Send the user agent name as
specified by the Name element.
<Send value="no"/>This example specifies that the default user agent name should be sent.
<Send value="default"/>This example specifies that the custom user agent name should be sent.
<Send value="custom"/>
custom.<Name>Mozilla/4.75 [en] (Win98; U)</Name>
<MaxRetriesPerPage value="2"/>
<MaxConnectTime value="30"/>
<MaxSendTime value="15"/>
<MaxReceiveTime value="120"/>