tsNetGetTimeouts

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetGetTimeouts()
Associationstsnet
Summary

Returns the current timeout values used by tsNet external.

EditionIndy
Introduced8.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put tsNetGetTimeouts() into tTimeouts
set the itemDel to comma
put item 1 of tTimeouts into tDnsCacheTimeout
put item 2 of tTimeouts into tRequestTimeoutMS
put item 3 of tTimeouts into tConnectTimeoutMS
put item 4 of tTimeouts into tAcceptTimeoutMS
put item 5 of tTimeouts into tLowSpeedTime
put item 6 of tTimeouts into tLowSpeedLimit
Values
NameTypeDescription
return

The tsNetGetTimeouts function returns a comma separated list of timeout values in the following order: DNS cache timeout, request timeout, connect timeout, accept timeout, low speed time, low speed limit. For more information about these values, look at the information listed under the tsNetSetTimeouts command.

RelatedCommand: tsNetSetTimeouts
Library: tsNet
Description

Returns the current timeout values used by tsNet external.

Tagsexternals