tsNetLibUrlReuseConnection

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetLibUrlReuseConnection <pEnable>
Associationstsnet
Summary

Enable or disable connection re-use when using tsNet with libUrl.

EditionIndy
Introduced8.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
pEnable

Set to either true or false. The default value is true.

Example
tsNetLibUrlReuseConnection false
RelatedLibrary: tsNet
Description

By default tsNet will not disconnect from a server after making a network request to enable future requests to re-use the same connection. Set this to false to ensure that tsNet always opens a new connection to the server.

Tagsexternals