tsNetRetrSentHeaders

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetRetrSentHeaders(<pConnectionID>, <rError>)
Associationstsnet
Summary

Retrieve any headers sent to the server during a transfer.

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

The identifier of the transfer to retrieve.

rError

If the connection identifier is invalid or any other error occurs in retrieving the data, an error will be returned that starts with "tsneterr:". Otherwise this will be set to empty.

Example
local tError, tSentHeaders
put tsNetRetrSentHeaders("myConnID", tError) into tSentHeaders
Values
NameTypeDescription
return

The tsNetRetrSentHeaders returns the headers that were sent to the server during the transfer.

RelatedLibrary: tsNet
Description

Retrieve any headers sent to the server during a transfer.

Tagsexternals