Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 734 Bytes

Protocol.HTTP.Session.Connection-timeout.md

File metadata and controls

33 lines (22 loc) · 734 Bytes
uid
Protocol.HTTP.Session.Connection-timeout

timeout attribute

Specifies that DataMiner must use this timeout value instead of the default one (or the one specified in the timeout attribute of the Session tag) when executing this connection of this session.

Content Type

unsignedInt

Parent

Connection

Remarks

The timeout value must be expressed in ms.

Feature introduced in DataMiner 9.0.2 (RN 12542).

Examples

<Connection id="1" timeout="100">
	<Request verb="GET" url="/200">
	</Request>
	<Response statusCode="100">
		<Content pid="200"></Content>
	</Response>
</Connection>